[FIXED JENKINS-4949] Add ability to deploy to multiple containers#8
Conversation
Change allows multiple deployment targets to be specified through job configuration screen.
|
Jenkins » deploy-plugin #10 SUCCESS |
There was a problem hiding this comment.
Thinking about catching the exception on redeploy inside the loop (and rethrow it later?) to update as many deploy targets as possible!? Or leave it this way for fail fast behavior?
|
One reason to leave it as fail-fast would be because if multiple deploy targets fail for different reasons, it could be difficult to throw a single reason (exception) for the failures. |
|
is there any progress on this issue? i would like to deploy my war files instead of using ssh for my deploy :( |
|
It is possible to manually download and install yourself. |
|
Any movement on getting this merged? Thanks. |
|
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
Change allows multiple deployment targets to be specified through
job configuration screen.