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

How do I use a parameter in the artifact path?

Bernard O'Flynn August 22, 2011

I have a parameter that defines what configuration to build for. Configurations map to environments.

The artifacts are built out to a folder that maps to the configuration and thereby the environment.

So I'd like to use the build plan variable and use that in the artifact definition.

How do I do this?

2 answers

1 accepted

0 votes
Answer accepted
Bernard O'Flynn March 27, 2012

Apparently artifact paths can't accept parameters

0 votes
ReneR
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 Leaders.
October 20, 2011

What Task are you using to build? (i.e. what build tool?)

Build Plan variables are generally available during build time so assuming your build tool supports specifying this configuration it should be fine.

For example, if I'm using ant or maven and I want to pass a parameter, I set the parameter key=value pair as a Plan-level variable. Then in the task I can make my command parameters something like "${bamboo.myparameter}"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events