-
Improvement
-
Resolution: Fixed
-
Minor
-
None
The swarm plugin doesn't support authentication yet. This means that it won't work with a locked-down Hudson. It would be nice if the appropriate options could be added to the swarm jar file.
[JENKINS-5504] Allow authentication in swarm plugin
Component/s | New: swarm [ 15741 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: brunken [ brunken ] |
Fix Version/s | New: current [ 10162 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Assignee | Original: brunken [ brunken ] | New: Peter Jönsson [ mindjiver ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
I solved this issue by adding some additional command line parameters to the plugin and i also changed the post method settings, now it authenticate on hudson. It worked fine on our Corporate Hudson, wich is locked tight with LDAP.
Also, I changed the -master method, instead just a server name, I changed to work with the complete Hudson Path with port, like http://server:8080/hudson because it was not working on Tomcat or Winston.