-
Bug
-
Resolution: Answered
-
Medium
-
None
-
5.7.2, 5.9.7
Steps to reproduce
- create application link between Bamboo v5.7.2 and Stash v3.6.0
- create a repository in Stash
- commit something to the repository
- create a Project / Plan in Bamboo
- set up Stash repository in "Plan configuration >> Repositories" tab
- under "Plan configuration >> Triggers" tab, select "Stash repository triggers the build when changes are committed" as "Trigger type"
- under "Plan configuration >> Branches" tab, enable "Create plan branches for branches detected in the repository"
- run your build
- disable your build Plan
- create a new Branch
git checkout -b newbranch
- commit something to the "newbranch"
You will notice a new branch will be displayed under the Plan in Bamboo and the same will trigger a build.