How to stop the join plugin post-build project if any of the downstream job fails in Jenkins -
i have 1 start job uses conditional build step run few downstream jobs (b1, b2, b3, ...). use join plugin join jobs , start job c join post-build project build. reason use post-build option need pass parameters through these jobs. if 1 of downstream jobs (b1 or b2 or ...) fails, job c still runs though never check "trigger if of downstream projects unstable". knows reason? , how solve problem? shedding lights on it.
after few tests found join plugin seems not working conditional build step plugin, removed join plugin , instead checked "block until triggered projects finish builds" option each conditional step, put join project @ end normal triggered job. works.
Comments
Post a Comment