1
votes

I want upstream project to fail if downstream project fails. I am using Trigger Parameterized build on other projects option to trigger downstream project:

Image Link: enter image description here

As I checked answers of similar questions, it is suggested to check Block until triggered projects finish their builds /mark this build as failure ( But these options are not visible ) Please help

2

2 Answers

0
votes

it is suggested to check Block until triggered projects finish their builds /mark this build as failure. But these options are not visible.

Make sure you have installed the Parameterized Trigger Plugin, which does have this option.

0
votes

you should use the build step Trigger/call builds on other projects , and block it until the trigger job will finish

enter image description here