Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure hudson to ignore changes under specified SVN folders?

Tags:

ignore

svn

hudson

I'm looking for a way to ignore changes under specified SVN folders in Hudson. It's the same thing as exclude folders in TeamCity and filters in CC.Net. I haven't found any configuration option under SVN GUI configuration.

like image 768
sha1dy Avatar asked Dec 01 '09 14:12

sha1dy


Video Answer


1 Answers

In Hudson 1.334, in the build configuration, under Subversion -> Advanced..., there are three Exclusion boxes. If it's polling for changes, Hudson will ignore changes that match these exclusions when determining whether to trigger a build. You can tell Hudson to ignore files/folders (Excluded Regions), commits by particular users, or files with a particular subversion revprop.

like image 98
Dave Bacher Avatar answered Nov 02 '22 13:11

Dave Bacher