'Jenkins - Not to have failed upstream job if downstream job fails

I have a master job which triggers multiply downstream jobs. If some of the downstream jobs fail, I don't want to have failed upstream job. Is there any condition I could set?enter image description here

Because of that one failed job, I have this status of upstream job, and I want it to be success. enter image description here



Solution 1:[1]

Ok if you want the the downstream jobs are success or not and you don't want to wait until those finish. then you can use in your master jobs in build job command propagate: false, wait: false

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dashrath Mundkar