I'm trying to start Jenkins slave as a windows service, but I get the following error. which second argument is required here?
2017-11-28 16:02:01 Commons Daemon procrun stderr initialized two arguments required, but got [url=http://111.11.11.111/jenkins/computer/222.22.22.2/slave-agent.jnlp] java -jar slave.jar [options...] <secret key> <slave name> -cert WERT : Specify additional X.509 encoded PEM certificates to trust when connecting to Jenkins root URLs. If starting with @ then the remainder is assumed to be the name of the certificate file to read. -credentials USER:PASSWORD : HTTP BASIC AUTH header to pass in for making HTTP requests. -headless : Run in headless mode, without GUI -jar-cache DIR : Cache directory that stores jar files sent from the master -noKeepAlive : Disable TCP socket keep alive on connection to the master. -noreconnect : If the connection ends, don't retry and just exit. -proxyCredentials USER:PASSWORD : HTTP BASIC AUTH header to pass in for making HTTP authenticated proxy requests. -tunnel HOST:PORT : Connect to the specified host and port, instead of connecting directly to Jenkins. Useful when connection to Hudson needs to be tunneled. Can be also HOST: or :PORT, in which case the missing portion will be auto-configured like the default behavior -url URL : Specify the Jenkins root URLs to connect to. -- 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/6fc681f0-a423-4344-a920-1167ee3a4c2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
