Hi,
i have a bamboo.yaml in my repository which is used on 2 diffrent bambooinstances.
The Buildplans differ on those instances in some Tasks, which was easy to solve with global-variables and conditional tasks.
But i have problems settings Group-Permissions within the yaml cause the groupnames on bambooinstance-1 and bambooinstance-2 are not equal!
I tried to set the groupname as global-variable too:
plan-permissions:
- users: []
groups: ${bamboo.devteam}
but its no resolving the variable and a yaml parse error occurs with something like "group not found ${bamboo.devteam}"
Is there a way to solve this ? Or any bestpractise how to use multiple bambooinstances on the same project ?
It's possible to define server name where YAML and Java specs will be applied, see https://docs.atlassian.com/bamboo-specs-docs/7.1.1/specs.html?yaml#multiple-bamboo-servers
Thanks :) Is there a way to find the Server-Name without beein admin ? Or is this equal to the url ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's added as postfix to every page title, like here name is "server-gdn-bamboo"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.