hudson.scm.SubversionSCM.help-excludedRegions.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subversion Show documentation
Show all versions of subversion Show documentation
Integrates Hudson with Subversion SCM
If set, and Hudson is set to poll for changes, Hudson will ignore any files and/or
folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
/trunk/myapp/src/main/web/.*\.html
/trunk/myapp/src/main/web/.*\.jpeg
/trunk/myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
More information on regular expressions can be found
here.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy