I am running node.js script from Bamboo. All Bamboo variables gets exported in environment variables and I can access them through process.env.
The problem is that encrypted variables, like process.env.bamboo_password is not substituted with actual value and it equals to '********'.
I am building pm2 ecosystem file in node.js from my Bamboo variables so I can not pass them as arguments to node.js script.
Is there a workaround for this?
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.