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

Deploy until a specific commit using bitbucket pipelines

Madhan December 28, 2020

Hii guys,

Is there any possible way to deploy until a specific commit rather than the latest commit either by using tags or any other thing using bitucket-pipelines?

If yes, can you please help me with that.

Any explanation is welcomed and appreciated. Thank you!

1 answer

0 votes
Halyna Berezovska
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 20, 2021

@Madhan you can write steps for  tags in bitbucket-pipelines.

Example of a syntax:

pipelines:
default:
- <<: *test
.....
tags:
"*":
- <<: *deploy

 Regards, Galyna

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events