-
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.
[BAM-15536] Branches are created/triggered even with Plan disabled
Remote Link | Original: This issue links to "BDEV-8801 (Atlassian JIRA Extranet - Special Projects)" [ 101847 ] | New: This issue links to "BDEV-8801 (Hello Jira)" [ 101847 ] |
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 1443787 ] | New: JAC Bug Workflow v3 [ 3382515 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 1422123 ] | New: Bamboo Workflow 2016 v1 - Restricted [ 1443787 ] |
Workflow | Original: Bamboo Workflow 2014 v2 [ 828852 ] | New: Bamboo Workflow 2016 v1 [ 1422123 ] |
Resolution | New: Answered [ 9 ] | |
Status | Original: Needs Triage [ 10030 ] | New: Resolved [ 5 ] |
Status | Original: Open [ 1 ] | New: Needs Triage [ 10030 ] |
Affects Version/s | New: 5.9.7 [ 58593 ] |
I agree, if a plan is disabled, it should be completely disabled. Current behavior violates principle of least surprise.