Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,637,749
Community Members
 
Community Events
196
Community Groups

deployment project: release versioning "version" attribute - how to pass value from build?

Hi,

I have a build plan (in bamboo yaml) with script task. Script calculates (besides many other things) my custom new version number. Build plan is linked to deployment project (which is automatically triggered after successful build). The question is how can I configure bamboo deployment project to use that "custom new version number" (known inside build plan execution) in release versioning "version" attribute?

In other words: I would like to create every new release in bamboo with the name based on "custom new version number" which is calculated one step earlier (inside build execution).

Plan variables are scoped to broad (every build inside plan). I would like to have something like custom "bamboo build variables" bus it seems that this is generated only by bamboo.

I use bamboo 6.10.3

Thanks a lot for any suggestion how to achieve that.

Darek

 

1 answer

1 accepted

1 vote
Answer accepted
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 29, 2021 • edited

Inject Variable Task allows creation of 'result' variables. Those can be used in deployment version naming.

Basically, you need your script to create a .properties file with the variables you want to create and then use Inject task to read it. The variables will then be available as 'bamboo.<namespace>.<name_of_the_var>', where 'namespace' is defined in the task config and name of the var comes from the properties file.

This is how it might look in YAML Specs:

- inject-variables:
file: props
scope: RESULT
namespace: inject

With this config, properties file like

variable=value

is going to give you a variable accessible as 'bamboo.inject.variable'

Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 29, 2021 • edited
Like Steffen Opel _Utoolity_ likes this

Thanks a lot, It seems that this will resolve my issue ;)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events