-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Goal: To trigger E from A after B C D are SUCCESS and passing parameter from A to E.
A -> B -> E
C
D
Above is the desired pipeline structure where E can't move on before B, C, D are SUCCESS, now this is possible with the plugin, but I want to pass a parameter from A to E. However when using the downstream parameterized plugin you can't say that you only want to trigger this build on B,C,D SUCCESS.
This almost works but E is triggered whether or not B,C,D fails or succeeds. I have looked at the other issues but feel my goal is slightly different.
Let me know if this is possible or doesn't exist.