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
I'm creating a build webhook, and in my project there is a script task which creates a container. I need to know the container ID which is a variable inside the script.
In my script I tried to export TEST="TEST" and use it in my webhook template ${system.TEST} as noted in "System Variables"
https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html
However when I add it the webhook doesn't work anymore.
Does anyone have any idea how I can get the container ID into the webhook?