The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Load Bamboo variables to a property file

Ashwanth Gunasekaran
February 16, 2014

I need to get the Bamboo variables and load it in to a property file located in the project (which I will source code checkout during the build process).

Is there any Bamboo tasks or any other way to load the bamboo variables to a property file?

I have tried properties-maven-plugin to load the Bamboo variables. But it did not load the properties file.

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sebastien Delcoigne
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 23, 2014

This sounds like you need to write a custom plugin that would add a Task for this (as described in this tutorial)

0 votes
Ashwanth Gunasekaran
February 16, 2014

Thanks Jason. But I need to do it automatically through code. I have to create a test script (which I would execute during the build process) and load the bamboo variables to property file through the test script.

John Bowker
Contributor
February 23, 2014

Are these Global plan variables? If so they are loaded as Environment variables when running a Task and prefixed with "bamboo_".

0 votes
Jason Monsorno
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 16, 2014

You can do it manually in a script

echo var1=${bamboo.var1} > teams.properties

echo var2=${bamboo.var2} >> teams.properties

echo varABC=${bamboo.varABC} >> teams.properties

henk piet
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 11, 2019

This will show the variables in plain text in the jar...

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events