-
New Feature
-
Resolution: Fixed
-
Major
-
None
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!