Missed Team ’24? Catch up on announcements here.

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

Pipeline wahala

Alex
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 4, 2019

How can i run bitbucket step for a specific branch 

1 answer

0 votes
Aneita
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 16, 2020

Hi @Alex

Pipelines can be configured to run when a change is pushed to a specific branch. The following example shows a pipeline that will run when changes are pushed to the master branch.

pipelines:
branches:
master:
- step:
name: First step
script:
- echo 'This step runs when changes are pushed to master'

You can modify this example to suit your needs. For more information on how to configure pipelines, check out our documentation

Aneita

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events