-
New Feature
-
Resolution: Won't Fix
-
Major
-
None
-
Linux
I use parameterized trigger in matrix jobs to trigger a deploy after the job builds. But I only want to trigger the deploy job once for each job run, not once for every slave that the build runs on. To do that, it seems that I have to use the plugin as a post-build action, but then I can't block the parent job until the downstream job finishes. I would really like to be able to do that, AND have the parent job succeed/fail based on the downstream job result.
I noticed you have made a lot of commits to this plugin recently - hoping you would be interested in looking at this