Jenkins - Multijob reports failure even if job phase passes -




i have jenkins job runs multijob configuration. has 3 scripts.

workflow is: run script_a if passes return pass. if script_a fails, run script_b - if script_b passes return pass if script_b fails, run script_c - return fail 

i have configured continuation condition next phase when job statuses "failed" , job execution type 'sequential'.

so if script_a passes, stops execution , not execute scripts b, c.

the problem i'm facing that, if script_a passes multijob reports failure. doing wrong?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -