You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hello,
I would like to block the execution of a job A when its direct child B is running. Documentation for the "Block build when downstream project is building" states it blocks when all transitive children are building.
Is there any way to only block on the direct child builds?
So far, I've read documentation about plugins such as "locks and latches" and similar plugins but it seems very complex for this needs. A few jira tickets mentionned the behavior I am looking for was in place in the past and changed by popular demand.
-- Grégoire
geoffroy...@gmail.com
unread,
Feb 13, 2016, 11:12:54 AM2/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hello maybe you could give MultiJob plugin a try. Phases are exactly the behavior your expecting BR