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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.