Bamboo variables do not work in Command of NPM task

Eric Hill April 2, 2019

Incredibly frustrating.

I created a plan variable named "webjmp.build.script" with value "build-dev-ci".

In my plan's default stage, I have an npm task.  In the Command box of the npm task, I have:

run ${bamboo_webjmp_build_script}

When I run the plan, I see this in the log, plain as day:

bamboo_webjmp_build_script=build-dev-ci

but the npm task fails with:

npm ERR! missing script: ${bamboo_webjmp_build_script}

Why doesn't it get substituted with its value?

Eric

 

 

 

1 answer

1 accepted

1 vote
Answer accepted
Eric Hill April 2, 2019

I figured this out.  I should not have switched periods to underscores.  This works:

run ${bamboo.webjmp.build.script}

Eric

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events