Howdy,
I'd like to paramatarize my Bamboo builds so that a Jira version number is available in the build to assist with packaging.
For example, In Jira I have a version of '1.1'. I'd like my build.xml use that version number and the bamboo build number the naming of the artefacts. For instance naming my release tar file as 'product-<jira version>.<bamboo build>.tgz'
Thanks,
Simon.
When using the JIRA Bamboo plugin and it's release management capabilities, you will have access to the JIRA version as a Bamboo variable.
The following variables are available when the build gets triggered by a JIRA release:
${bamboo.jira.baseUrl}
${bamboo.jira.projectKey}
${bamboo.jira.projectName}
${bamboo.jira.version}
${bamboo.jira.username}
Does the entire build need to be triggered by JIRA to get these variables? I have a build that has four stages, the last of which is a manual stage that I was to trigger from the JIRA release function. I only want to use the JIRA variables in the last stage, but when I triggered the manual step from JIRA, it looks like that variable was not picked up and ${bamboo.jira.version} was left alone while ${bamboo.buildNumber} was replaced correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am struggling with the exact same behavior... (Bamboo 4 and Jira 5)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jens - we're on Bamboo 5.6 and JIRA 6.3, would this answer still be relevant? or what should be expected now? As I recall, there's still a pending issue with "JIRA release triggering build", being that you cannot select the branch you wish to release...which is essentially a showstopper. Any help would be appreciated! Regards, Ron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can set a Plan variable ahead of time:
http://confluence.atlassian.com/display/BAMBOO/Using+Global%2C+Plan+or+Build-specific+Variables
Or set the value as you run the build in 'paramaterised' mode:
http://confluence.atlassian.com/display/BAMBOO/Triggering+a+Plan+Build+Manually
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.