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!
And I can't see anything in the current version of parameterized trigger that gets me what I want.
To go back to the original bug request: I want to be able to use conditional build steps in a post-build action. Specifically, I want to be able to say:
if $some_build_param = "true"
trigger a downstream build with parameters
end
I need this as a post-build action, in matrix builds.