OS Version/build: Windows 10 Docker App version: Version 17.03.1-ce-win5 (10743) Channel: stable b18e2a5
The Windows 10 that runs docker shoud be a slave for Jenkins, I created a “localhost” Node, when I Start I get the Error: C:\Users\Schindler\Downloads>java -jar slave.jar -jnlpUrl http://localhost:32769/computer/localhost/slave-agent.jnlp Failing to obtain http://localhost:32769/computer/localhost/slave-agent.jnlp java.io.IOException: Failed to load http://localhost:32769/computer/localhost/slave-agent.jnlp: 503 Service Unavailable at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:400) at hudson.remoting.Launcher.run(Launcher.java:248) at hudson.remoting.Launcher.main(Launcher.java:218) Waiting 10 seconds before retry But I can reach http://localhost:32769/tcpSlaveAgentListener/ from Crome an Download the slave-agent.jnlp <https://lh3.googleusercontent.com/-BXxx7bIwcEI/WQA7Ap9DqII/AAAAAAAAAE4/EL3URqJvzFAgVB67gDIB_EMqiUMtD2YfgCLcB/s1600/741cfd96-29d7-11e7-8d95-58f7dfc3ebdb.png> When I start then this: C:\Users\Schindler\Downloads>java -jar slave.jar -jnlpUrl file:///C:/Users/Schindler/Downloads/slave-agent.jnlp I get this Error: Apr 25, 2017 3:01:12 PM hudson.remoting.jnlp.Main createEngine INFORMATION: Setting up slave: localhost Apr 25, 2017 3:01:12 PM hudson.remoting.jnlp.Main$CuiListener INFORMATION: Jenkins agent is running in headless mode. Apr 25, 2017 3:01:13 PM hudson.remoting.jnlp.Main$CuiListener status INFORMATION: Locating server among [http://localhost:32769/] Apr 25, 2017 3:01:13 PM hudson.remoting.jnlp.Main$CuiListener error SCHWERWIEGEND: http://localhost:32769/tcpSlaveAgentListener/ is invalid: 503 Service Unavailable java.io.IOException: http://localhost:32769/tcpSlaveAgentListener/ is invalid: 503 Service Unavailable at org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver.resolve(JnlpAgentEndpointResolver.java:165) at hudson.remoting.Engine.innerRun(Engine.java:335) at hudson.remoting.Engine.run(Engine.java:287) Can someone help? -- 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/4acf378f-8750-488a-bc05-1ba2e43e24a7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
