-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.10-OD-01
-
Severity 3 - Minor
-
0
-
Summary
Navigating back to the deployment preview page in Bamboo does not recall all field states properly, it recalls the branch field but not the build result or the release. The Branch field is also showing one value but actually
Environment
- Bamboo Cloud 5.10-OD-1
Steps to Reproduce
- Have a deployment set up with branches and JIRA issues committed to the bitbucket repo
- Deploy -> All Deployment Projects -> deployment from step 1 -> <deploy action button> -> Deployment Preview
- Click the 'Create new release from build result' radio button
- Select a plan branch from the drop down (that's not master)
- Click the build number under the 'Artifacts provided by' text on the right
- Wait for the page to load
- Click back
Expected Results
The same plan branch selected in step 4 above will be selected and the same build result and release will be selected. On the right you'll also see the same preview as you saw after step 4.
Actual Results
The radio button will default to 'Promote existing release to this environment'
If you then click the 'Create new release from build result' you'll see
- The plan branch will be retained
- The build result will be the latest build from the master branch
- The release will be the latest release from the master branch
- If you click 'Start Deployment' it will actually build the latest build result from the master branch despite claiming that a different plan branch is selected.
Workaround
The deployment preview page is in a broken state, so hard refreshing the page will restore it back to an expected state.