Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 committed Jan 9, 2024
1 parent 38d7946 commit 2223c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/explanation/workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The core jenkins agent workload requires 3 main parameters (JENKINS_URL, JENKINS
2. Run the agent binary with the following parameters to register the node with Jenkins
```
/usr/bin/java -jar agent.jar \\
-jnlpUrl "${JENKINS_URL}/computer/${JENKINS_AGENT}/slave-agent.jnlp" \\
-jnlpUrl "<jnlp-path-on-jenkins-server>" \\
-workDir "${JENKINS_WORKDIR}" \\
-noReconnect \\
-secret "${JENKINS_SECRET}"
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ of the jenkins-agent charm.

```
# Deploy an edge version of the charm until stable version is released.
juju deploy jenkins-agent
juju deploy jenkins-agent --channel=latest/edge
```

### Deploy and integrate with the jenkins-k8s charm
Expand Down

0 comments on commit 2223c35

Please sign in to comment.