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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,491
Community Members
 
Community Events
185
Community Groups

Skip Bamboo builds using commit message?

We regularly have a need to skip running build(s) on certain commits.  All of the major public cloud CI vendors support this by adding [skip ci] in the commit message (Travis, Appveyor, CircleCI, BuildKite, etc).  Bitbucket Pipelines supports it.  Jenkins supports it with a plugin.

How can we do this with Bamboo?

1 answer

1 accepted

3 votes
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 15, 2018

Hi @Eric Pederson,

You can achieve this in Bamboo as well through the Plan/linked repository settings at: 

Linked_repositories_-_Atlassian_Bamboo.png
 

If the regular expression in the Exclude changesets field matches the commit message, that commit will not trigger a build nor be tracked in Bamboo build results.

That looks almost ideal, but..

I put "skip ci" (without the quotes) into Exclude changesets and added that to my commit comment (for example: "Re-apply 66714a9 (config syntax error message) skip ci" but it still ran the plans that had this as a linked repository.

I am using Bamboo 6.1.0.

Scratch that.  This regex works:

.*skip ci.* 

Thanks!

Of course it would be nice to have something global so I didn't have to add this to my 50 or  so repositories but I'm happy to have it.

Like # people like this
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 16, 2018

Hi @Eric Pederson,

I'm glad you found the correct regex pattern to filter the commits =]
If you don't mind on accepting my answer above, that will help other community users to see that this question is solved.

Thank you for sharing your configuration an tests! That helps a lot the community.

Done - thanks again!

Like Daniel Santos likes this
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 10, 2019

Than you! =]

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events