You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
The deployment plan has password defined a long time ago and now that the deployment getting failed need to verify what actual secret key is given...
is there a way to get/reveal the secret key which looks ********
Hello @PRASHANT GANJI Welcome to Atlassian Community!
Bamboo does not expose any variables that contain "password" on its name. To retrieve the contents of such variables you can create a Script task and echo the contents to a file and later on read the contents of that file directly on the build folder.
Don't do that within the same Job as Bamboo will mask the output. You need to read the file directly on the build folder.
Best regards,
Eduardo Alvarenga
Atlassian Support APAC
Thanks @Eduardo Alvarenga ,
Its Deployment Plan and not Build Plan in which we got cluster secrets
So hope this procedure will help for deployment plan as well..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.