It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are these Global plan variables? If so they are loaded as Environment variables when running a Task and prefixed with "bamboo_".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This sounds like you need to write a custom plugin that would add a Task for this (as described in this tutorial)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey admins! I’m Dave, Principal Product Manager here at Atlassian working on our cloud platform and security products. Cloud security is a moving target. As you adopt more products, employees consta...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.