First - thank to Atlassian team for the feature build can be triggered by git tag. Works well for us.
Now I need to use the tag which triggered the build in shell script. Some variable probably exists:
Can I get the tag name "TESTTAG_v_9_9_9" in shell script? What is the variable name?
Thank you in advance.
Unfortunately the tag name is not available as a variable. We've fixed this and it will be released in bamboo 7.2.2.
After upgrade you can use bamboo.TagBuildTriggerReason.tagName variable.
Just upgrading Bamboo to 7.2.2. It should fix the problem - I'll write a new comment if testing will success. Thanks a lot!
I've to upload compiled artifacts to version subdirectory. For example - if tag is v_6_3_0, I'll upload compiled software somewhere/releases/v_6_3_0/
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.
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.