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

Exlude branches from single daily build trigger

Carlos Henriques December 4, 2017

Hello,

 

I have a Bamboo plan with Master and Develop branches.

I also have 2 triggers at parent level: one to build at every commit (Bitbucket Server repository triggered) and another to build every day at a specific time (single daily build).

The develop branch is set to use the same triggers from parent level. But, I would like to exclude Master from the single daily build.

How can I do this?

Master:

Trigger > Bitbucket Server repository triggered

 

Develop (branch):

Trigger > Bitbucket Server repository triggered

Trigger > Single daily build

 

Thank you.

1 answer

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 3, 2018

Hello @Carlos Henriques,

You could remove the "Single daily build" and create a CRON job to trigger a particular job using Bamboo's REST API

https://docs.atlassian.com/atlassian-bamboo/REST/6.3.0/#d2e1940

curl -u USERNAME -X POST 'http://localhost:8085/rest/api/latest/queue/PROJ-PLAN'

Kind regards,

Rafael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events