Created
February 13, 2015 11:03
-
-
Save jlrigau/a3cc11a39005e5eb9cc4 to your computer and use it in GitHub Desktop.
How to configure a new Jenkins slave with JNLP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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