I have the following in my bitbucket-pipelines.yml
pipelines:
default:
- step:
script:
- echo "Default Pipeline"
- echo {$BITBUCKET_TAG}
tags:
v2.*:
- step:
caches:
- composer
- node
script:
- echo "v2.* Tag Pipeline"
No matter what I do all I get in the output is:
echo Default Pipleines
echo {$BITBUCKET_TAG}
Any help would be appreciated
Rob.B
I got it to work by creating a new yml file, the new one works as expected, must be a control code or something in the original.
Thanks for your help
Hi Robert,
I understand you already read:
Configure bitbucket-pipelines.yml
Please try removing the curly brackets from:
{$BITBUCKET_TAG}
If you still have trouble, please open a support request at https://support.atlassian.com/contact and include your repo URL to so we can take a look. We will need to look at the build and environment variables that you have configured as well as TAGS.
Thank you,
Ann
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.