My team has some old bamboo pipelines, where secret and password are configured in bamboo variables and bamboo masks these values with *****
nobody knows the passwords now and it has not been documented.
Is there any way to access/print and see the values in bamboo [secret/password] variable?
There's a trick to read secret variables:
Create a Script task with content
echo ${bamboo_password_variable} > text.txt
Add artifact definition for *.txt pattern for a Job
Run build and look at text.txt artifact content.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With