Skip to content

Instantly share code, notes, and snippets.

@jlrigau
Created February 13, 2015 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlrigau/a3cc11a39005e5eb9cc4 to your computer and use it in GitHub Desktop.
Save jlrigau/a3cc11a39005e5eb9cc4 to your computer and use it in GitHub Desktop.
How to configure a new Jenkins slave with JNLP
curl -s -o slave.jar http://${JENKINS_HOST}:${JENKINS_PORT}/jnlpJars/slave.jar && \
java -jar slave.jar -jnlpUrl http://${JENKINS_HOST}:${JENKINS_PORT}/computer/test/slave-agent.jnlp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment