-
Type:
Bug
-
Resolution: Answered
-
Priority:
Medium
-
None
-
Affects Version/s: 5.7.2, 5.9.7
-
Component/s: Bitbucket Server integration, Plan Branches, Triggers
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.