Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do get Pipelines to act on a git push tag? (I have read the docs!)

Robert Bradford December 20, 2017

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

2 answers

0 votes
Robert Bradford December 22, 2017

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

0 votes
AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 20, 2017

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events