You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.