how to inherance or share export VARS to other steps in my bitbucket-pipeline.yaml without use artifacts because I need to share confidencial values as AWS credentials among other values.
----------------------------- bitbucket snipped ----------------------------------
Hi Mark, thanks a lot for your suggestion well, what I did to resolve this situation was to print the definitions in the set_env.sh file like this:
step: &set-env
name: setting up environment
Hi @Andrés Carrillo,
Welcome to the community.
Unfortunately, Pipelines doesn't have the ability to share/export variables from one step to another at the moment.
We do have an existing feature request for it that can be located through this link. - https://jira.atlassian.com/browse/BCLOUD-20294.
You can upvote and watch it for now so that you'll be notified of any updates from our team when the feature becomes available on Bitbucket Cloud, according to our policy on implementing new features.
Right now, you can use pre-defined secured variables either from your repository or workspace level.
Let me know if you have any questions.
Regards,
Mark C
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.