Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 09/Apr/15 7:22 PM
Description:

Do a fresh install of Jenkins. Make 3+ executors.

Create project A, with downstream B.
Have it `sleep 15`.

Create project B, with downstream C.
Set it to block on building upstream projects.
Have it `sleep 30`.

Create project C.
Set it to block on building upstream projects.
Have it `sleep 30`.

Trigger A, B, and C together, in succession.

As A builds, notice that C is blocked, and waits for the (transitive) upstream project A to finish.

However, once A finished, B and C both start!

Only B should have started. C should have stayed blocked until B finished. Instead, C behaved as if A – and A alone – were the upstream project.

Project: Jenkins
Priority: Minor Minor
Reporter: Paul Draper
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to