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

Schedule pipeline

Fabio Gonzales Barbosa
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!
January 31, 2018

Hi guys,

 

I want the pipeline starts only trigger by schedulers, ignoring to start when I push files to Git. Is it possible?

1 answer

0 votes
Philip Hodder
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 3, 2019

You can set this up by using scheduled pipelines.

First, create a pipeline definition such as this:

pipelines:
custom:
my-scheduled-pipeline:
- step:
name: Run Tests
script:
- ./run-tests

Pipelines defined in the 'custom' section will not be triggered by any automated actions. They can only be triggered manually or via a schedule.

You can then configure a schedule on the Pipelines Page UI.

More details are here: https://confluence.atlassian.com/bitbucket/scheduled-pipelines-933078702.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events