Bamboo build logs spits out a long list of variables... not necessarily i could find all of them from the global variables or in project specific variables. Can someone please help me demystify where these variables are getting from??
Welcome to the Community!
A number of those variable are Bamboo system variables which you can find documented here: https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html
I hope that helps!
-Jimmy
Thanks Jimmy... Bamboo variables are exported as bash shell variables. All full stops (periods) are converted to underscores. For example, the variable bamboo.my.variable
is $bamboo_my_variable
in bash. This is what i was looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad that was able to help you solve your issue!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.