Hi,
I have a set of keys / secrets that I would like to store in a single JSON file instead of separate repository variables in Bitbucket pipeline like the below:
(
"ENV":
{
"API_USERNAME": "",
"API_PASSWORD": "",
"AWS_ACCESS_KEY": ""
}
}
Is this possible in Bitbucket pipeline? If yes, how can I call the values? (e.g. $ENV_VAR.ENV.API_IDENTITY_USERNAME)
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.