I am in the process of connecting a static slave to Jenkins master. The command Im going to use is :
java -jar <PATH>/slave.jar -jnlpUrl $JENKINS_MASTER_URL -secret $JNLP_SECRET
My question is where does the $JNLP_SECRET
secret come from ?
If its something configured in the Jenkins Master, then where is it configured ?
And if I have access to that, can I just cope paste it into this command ?
A short explanation or link to documentation will be appreciated.