Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi everyone,
I am using Bamboo specs to configure CI for my projects. My YAML files include things like:
which are scanned successfully.
However, I would like the bold variables to NOT be stored in plain text in the YAML file. So I naively thought I could use encrypted variables:
Referenced credential not found: [oid=<null>,name=${bamboo.sshSecrets},scope=GLOBAL
User "${bamboo.userSecrets}" doesn't exist
Does anyone have any suggestion on how I could make it work?
Thanks a lot,
JC