At the node i got only java -jar agent.jar -jnlpUrl http://172.22.100.251/jenkins/computer/172.19.146.11/slave-agent.jnlp without any other parameter.
and the slave starts with no problem when I test it on the command line. Am Dienstag, 28. November 2017 19:29:47 UTC+1 schrieb itchymuzzle: > > Go to Jenkins server, select the node you have defined for this Windows > instance. It will give you the command you need to run, on the command > line. > > Test that that works on the command line, then figure our how to get > procron to do that for you. > > The command will look something like this (use google for other examples): > > "java -jar agent.jar -jnlpUrl > http://ip-of-jenkins-server:port-of-jenkins-server/computer/name-of-node/slave-agent.jnlp > -secret long-unique-number" > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/da010f10-6255-4ec0-8320-619af939530d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
