-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows
I was working with a user yesterday to set up a slave node.
I granted him all slave permissions (Configure, Delete, Create,
Disconnect, Connect) and he was able to create the node.
But it wasn't until I granted him Overall Administer that he was able
to see the WebStart button in order to start the node (didn't want to
run as a service because we were experimenting on his localhost.)
- is related to
-
JENKINS-16273 Slaves forbidden to request JNLP anonymously but -jnlpCredentials not offered
-
- Resolved
-
A workaround for this is to hack the url of the node to download the jnlp file. Add "slave-agent.jnlp" to the end of the url when you are at the node's page.
Ex:
http://<server-name>/computer/<slave-name>/slave-agent.jnlp
This will download the jnlp file, which is what the Launch button does. Not ideal, but workable.