-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 6.1.1, 6.6.2
-
Component/s: Deployments
-
1
-
Severity 2 - Major
Issue
Set triggers to specify how and when the deployment will be triggered automatically. When a deployment is automatically triggered, a new release is created from the latest successful build result of the linked plan.
Bamboo's implementation suggests otherwise, run deployment based on time and not build number.
Scenario
| Build | Revision | Started at | Completed at |
|---|---|---|---|
| http://localhost:8085/browse/PROJ-PLAN-111 | SVN revision 111 | 12:13:30 | 12:15:15 |
| http://localhost:8085/browse/PROJ-PLAN-112 | SVN revision 112 | 12:10:41 | 12:11:56 |
Workaround
If Concurrency is enabled, please consider disabling it until this gets revisited.