-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
jenkins 1.647
postbuildscript-plugin 0.17
I have a cluster environment consisting of 2 nodes, each containing single Apache Tomcat instance. The first node contains database as well.
I have a Matrix project configured to run ant targets on these 2 slaves.
Since only first node contains database, there are some additional time consuming ant targets needed to be called only on that node. After build is finished on all nodes I would like to bring tomcat instances up.
At the moment I'm running set of scripts with execute script on Matrix option and I execute commands over SSH for each of the nodes.
It would be great if postbuildscript plugin could execute script on axes after all nodes have finished all their build steps.
Currently executing script on axes is done regardless of build process on other nodes.
[JENKINS-34311] execute scripts on axes after all build steps are finished
Workflow | Original: JNJira [ 170391 ] | New: JNJira + In-Review [ 183881 ] |
Assignee | Original: Gregory Boissinot [ gbois ] | New: Daniel Heid [ dheid ] |
Summary | Original: execute scripts on axes after all build steps are fnished | New: execute scripts on axes after all build steps are finished |
Environment |
Original:
jenkins 1.647 postbuildscript-plugin 0.17 Matrix Project Plugin 1.6 |
New:
jenkins 1.647 postbuildscript-plugin 0.17 |
Attachment | New: post build steps on axes - wait for all build steps to finish.png [ 44815 ] |
Attachment | New: config workaround.xml [ 44816 ] |