Skip to content

Commit 9c64209

Browse files
committed
Remove duplicated region
1 parent 09b644a commit 9c64209

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -386,30 +386,6 @@ Multiple sparse checkout path values can be added to a single job.
386386

387387
</dl>
388388

389-
### Polling ignores commits in certain paths
390-
391-
If set and Jenkins is configured to poll for changes, Jenkins will pay attention to included and/or excluded files and/or folders when determining if a build needs to be triggered.
392-
393-
Using this behaviour will preclude the faster remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
394-
This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
395-
Using this behaviour will preclude the faster git `ls-remote` polling mechanism, forcing polling to require a workspace, as if you had selected the Force polling using workspace extension as well.
396-
397-
<dl>
398-
399-
<dt>Included Regions</dt>
400-
<dd>
401-
Each inclusion uses [java regular expression pattern matching](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html), and must be separated by a new line.
402-
An empty list implies that everything is included.
403-
</dd>
404-
405-
<dt>Excluded Regions</dt>
406-
<dd>
407-
Each exclusion uses [java regular expression pattern matching](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html), and must be separated by a new line.
408-
An empty list excludes nothing.
409-
</dd>
410-
411-
</dl>
412-
413389
### Strategy for choosing what to build
414390

415391
When you are interested in using a job to build multiple branches, you can choose how Jenkins chooses the branches to build and the order they should be built.

0 commit comments

Comments
 (0)