Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | swarm [ 15741 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | brunken [ brunken ] |
Fix Version/s | current [ 10162 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Assignee | brunken [ brunken ] | Peter Jönsson [ mindjiver ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 135596 ] | JNJira + In-Review [ 203571 ] |
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.