- Suppose build dependencies like:
- project dist depends on project A and project B
- both project A and project B have 'Trigger only if build is stable'
in the 'Build other projects' section
- project A and project B are both starting a build at the same time.
- a build for project dist is scheduled
- project A build succeeds
- the build for project dist blocks because project B is still building
- project B build fails
- project dist builds (even though project B failed!) and fails
The build for project dist should have been cancelled