The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events