Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
I have matrix builds which run on several nodes, and if a "deploy" checkbox param was selected when the build ran we call a deploy job to push the code out for testing. Unfortunately, using a conditional build step for this causes the deploy to happen for every build node. It should only be run once in our case, after all builds succeed.
If I could use a conditional build step as a post-build action, this would work perfectly!
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | flexible-publish [ 16130 ] | |
Component/s | conditional-buildstep [ 15947 ] |
Assignee | domi [ domi ] | bap [ bap ] |
Assignee | bap [ bap ] | ikedam [ ikedam ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 145111 ] | JNJira + In-Review [ 191360 ] |
have a look at this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin
is this what you want?