Hi,
Installed Jenkins in one linux box (master) and created and connected a slave node (using JNLP) on different linux box (Requirement is I need to connect to Slave Node only with JNLP in our project)
When trying to run a build using jenkins cli from slave getting 401 error
at hudson.cli.CLI.getCliTcpPort(CLI.java:281)
at hudson.cli.CLI.<init>(CLI.java:126)
at hudson.cli.CLIConnectionFactory.connect(CLIConnectionFactory.java:72)
at hudson.cli.CLI._main(CLI.java:466)
at hudson.cli.CLI.main(CLI.java:382)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
at hudson.cli.FullDuplexHttpStream.<init>(FullDuplexHttpStream.java:78)
at hudson.cli.CLI.connectViaHttp(CLI.java:156)
at hudson.cli.CLI.<init>(CLI.java:130)
... 3 more
When tried with Fixed JNLP port, it hung forever :
Anonymous group has read and connect privs ( in slave)
Jenkins version is : 1.589
Thanks