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
Hi All,
I have two branches A and B. 2 builds from 2 branches are running at the same time, 1 will wait for the other to complete first. I used disableConcurrentBuilds(), it didnt work for my scenario. Please share your thoughts.
Thanks
James Nord
unread,
Apr 29, 2021, 4:25:30 PM4/29/21
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
You could define a single lockable resource and then ensure all your jobs grab it.