-
Suggestion
-
Resolution: Fixed
-
None
-
None
As mentioned in discussion around BAM-15449 it is currently possible for commits to Bitbucket Server repositories to go unbuilt, due to concurrency settings on the plan. The scenario is:
- Bitbucket Server sends an event to Bamboo
- Bamboo receives the event
- Bamboo starts to queue a build but
- Bamboo's plan concurrency check notes that the build is already running, and stops queuing the new build.
This can be worked around by increasing the plan concurrency setting.
- relates to
-
BAM-15449 Commits made to repository while a build is running should trigger a subsequent build
- Closed
- depends on
-
BDEV-10814 Loading...