Hi,

I am trying to start a Jenkins slave node using Java Web Start. The slave node 
is configured to execute the following command at start up:

C:\Windows\System32\cmd.exe /c start /b 
http://my-jenkins-master/login?from=%2Fcomputer%2Fmy-slave%2Fslave-agent.jnlp

unfortunately, the Jenkins slave does not start up since the Jenkins master is 
password protected (i.e. the web page is waiting for the username and password).

Is there a way to encode the username and password into the Jenkins URL?

I was hoping I could do something like:

C:\Windows\System32\cmd.exe /c start /b 
http://my-jenkins-master/login?from=%2Fcomputer%2Fmy-slave%2Fslave-agent.jnlp&login=someloginid?password=somepassword

This way, the Jenkins node could start without any human interaction.

Thanks for your help!

Bob

*** *** ***
This message contains information which may be confidential and privileged. 
Unless you are the addressee (or authorized to receive for the addressee), you 
may not use, copy or disclose to anyone the message or any information 
contained in the message. If you have received the message in error,  please 
advise the sender by reply e-mail and delete the message.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to