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.
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.