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
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.