-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
2
-
Issue Summary
Currently we don't have a Trigger available in Bamboo which checks for the branch name and triggers the build if the branch name matches that trigger.
This might be required in scenario where plan_branches might be created in Bamboo based on the existing configurations let's say "When a new branch is created in the repo". Some of these branches created might not be required for Build in Bamboo so there should be a way to filter these branches for Triggering.
Suggestion
Introduce a new Trigger in Bamboo, which can function in two ways
1) Trigger the Build if the branch name matches an expression
2) Trigger the build if the branch hame does not match an expression
Other Notes
Currently as a workaround, We are using a script task which check the branch name using the variable : bamboo.planRepository.branchDisplayName and passes or fails the build on a branch name condition.