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

Does excluding changesets to avoid starting the build work for a git repository?

gaff78 June 6, 2012

Hi,

I want the git commits made by the Maven Release plugin not to start the build. I've tried excluding changeset using regular expression, but that seems not work for me. Has anyone successed in excluding the changesets?

Thanks,

-Alexey

1 answer

0 votes
PiotrA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 7, 2012

Try adding "\n" at the end of your Repository->Advanced Options->Exclude Changesets configuration. So instead of

\[maven-release-plugin\].*

I'd like you to use

\[maven-release-plugin\].*\n

Does that help?

gaff78 June 7, 2012

Yep. It works. Thank you!

Jonathan Reyes January 20, 2015

Hi, I tried excluding a subfolder of a directory specified in "Include / exclude files" with "Include only changes that matches to the following pattern set. It seems that "Exclude changesets" pattern is then ignored. Can you affirm that this is the expected behavior? If so, is there a workaround?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events