-
Bug
-
Resolution: Timed out
-
Low
-
None
-
6.2.1, 6.7.2
-
1
-
Severity 3 - Minor
-
Issue Summary
Bamboo will checkout the latest changelist in the first build even though it does not exist in the branch. When switching branch in the repository, Bamboo does not checkout the changelist that exist in the branch too.
Steps to Reproduce
- Create branch1 (changelist 10) and branch2 (changelist 11 - the latest changelist in repo) in Perforce
- Configure a plan to checkout branch1
- Run the plan
- Add a commit into branch2 - latest changelist 12
- Run the plan
- Add a commit into branch1 - latest changelist 13
- Run the plan
- Edit the repository to configure it to checkout branch2
- Run the plan
Expected Results
- First run will show revision 10
- Second run will show revision 10
- Third run will show revision 13
- Fourth run will show 12
Actual Results
- First run show revision 11 - this changelist does not exist in branch1
- Second run show revision 11 - new changelist 12 in branch2 does not affect the build
- Third run show revision 13 - only detect new changelist in branch1
- Fourth run will show 13 - this changelist does not exist in branch2
- mentioned in
-
Page Loading...