Skip to content

Commit

Permalink
modified: docs/tutorial/getting-started.md,docs/how-to/configure-agen…
Browse files Browse the repository at this point in the history
…t-node-label.md,docs/reference/configurations.md,docs/index.md,docs/reference/integrations.md,docs/reference/actions.md (#12)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Phan Trung Thanh <[email protected]>
Co-authored-by: arturo-seijas <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2024
1 parent 5150ce5 commit 8a093fe
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/configure-agent-node-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Comma-separated list of node labels. If empty, the agent's node will have the un

```
juju config jenkins-agent jenkins_agent_labels=label1,label2,label3
```
```
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ Thinking about using the Jenkins-k8s Operator for your next project? [Get in tou
# Contents

1. [Tutorial](tutorial)
1. [Getting Started](tutorial/getting-started.md)
1. [Getting Started](tutorial/getting-started.md)
1. [How to](how-to)
1. [Configure agent node label](how-to/configure-agent-node-label.md)
1. [Configure agent node label](how-to/configure-agent-node-label.md)
1. [Reference](reference)
1. [Actions](reference/actions.md)
1. [Configurations](reference/configurations.md)
1. [Integrations](reference/integrations.md)
1. [Actions](reference/actions.md)
1. [Configurations](reference/configurations.md)
1. [Integrations](reference/integrations.md)
1. [Explanation](explanation)
1. [Managing workload inside the charm](explanation/workload.md)
2 changes: 1 addition & 1 deletion docs/reference/actions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Actions

See [Actions](https://charmhub.io/jenkins-agent/actions).
See [Actions](https://charmhub.io/jenkins-agent/actions).
2 changes: 1 addition & 1 deletion docs/reference/configurations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Configurations

See [Configure](https://charmhub.io/jenkins-agent/configure).
See [Configure](https://charmhub.io/jenkins-agent/configure).
2 changes: 1 addition & 1 deletion docs/reference/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Then, integrate the offer from the k8s model where jenkins-k8s charm resides.
`juju integrate jenkins-k8s:agent <controller-name>:<juju-user>/<agent-model>.jenkins-agent`

An example of such command would look like the following, using a jenkins-k8s charm deployed on microk8s.
`juju integrate jenkins-k8s:agent localhost:admin/jenkins-agent-model.jenkins-agent`
`juju integrate jenkins-k8s:agent localhost:admin/jenkins-agent-model.jenkins-agent`
2 changes: 1 addition & 1 deletion docs/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ models that you’ve created using the following command.
```
juju destroy model localhost-microk8s:admin/jenkins-tutorial -y --release-storage
juju destroy model localhost:admin/tutorial -y --release-storage
```
```

0 comments on commit 8a093fe

Please sign in to comment.