diff --git a/docs/explanation/workload.md b/docs/explanation/workload.md index 4a4a338..01c880e 100644 --- a/docs/explanation/workload.md +++ b/docs/explanation/workload.md @@ -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 "" \\ -workDir "${JENKINS_WORKDIR}" \\ -noReconnect \\ -secret "${JENKINS_SECRET}" diff --git a/docs/tutorial/getting-started.md b/docs/tutorial/getting-started.md index cb0e52a..edf606e 100644 --- a/docs/tutorial/getting-started.md +++ b/docs/tutorial/getting-started.md @@ -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