-
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.
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.