If you do not need A and B to wait for C and D to complete, then trigger them using a post-build trigger using the Trigger Parameterized Build plugin. This will run before A completes but not cause A to wait. Then an executor will become available as A terminates
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/1fc6b4ef-f34d-4e45-a4aa-96e22cb57a79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/iR4GsaOWHAQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4F997C%40AMERMBX02.PERKINELMER.NET.
You can use locks to prevent them from running again via the Lock and Latches plugin or maybe the Block build when downstream project is building under advanced project options will work. I have used the first but not the second.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAKuUXCSwvG-Y%3DPn1c-pw21fBBBsKhWwQuL%2B4TcQZ1XFjCBgMcw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4F9E0C%40AMERMBX02.PERKINELMER.NET.
You can use 2 locks, one locks A from running until B completes and one for C and D.
In a different approach, IF C and D ONLY need the built artifacts from A and B, then you can have A and B “archive the artifacts” and then have C and D “Copy the artifacts” into their workspace and run the tests.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAKuUXCTQkJiB7sTDXX_aF_zLrzYsb2Tt7ZvfnhiFJRkCrsKyBw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4F9E3F%40AMERMBX02.PERKINELMER.NET.