-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: bitbucket-plugin
-
None
I have 5 Jenkins projects that use the same BitBucket repository. I've set the builds to be upstream / downstream from each other like this:
A -> B -> C,D -> E
So, I want project A to be built after a push to BitBucket, which will cause the rest of the projects to also be built eventually. I have checked the "Build when a change is pushed to BitBucket" checkbox on project A.
The problem is that all 5 projects are added to the build queue simultaneously after a push to BitBucket, even though only one project has the flag set.