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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -