You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,13 +334,13 @@ Using this behaviour will preclude the faster git `ls-remote` polling mechanism,
334
334
335
335
<dt>Included Regions</dt>
336
336
<dd>
337
-
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.
337
+
Each inclusion uses <ahref="https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html">java regular expression pattern matching</a>, and must be separated by a new line.
338
338
An empty list implies that everything is included.
339
339
</dd>
340
340
341
341
<dt>Excluded Regions</dt>
342
342
<dd>
343
-
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.
343
+
Each exclusion uses <ahref="https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html">java regular expression pattern matching</a>, and must be separated by a new line.
344
344
An empty list excludes nothing.
345
345
</dd>
346
346
@@ -355,7 +355,7 @@ Using this behaviour will preclude the faster git `ls-remote` polling mechanism,
355
355
If set and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to Pattern when determining if a build needs to be triggered.
356
356
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 message.
0 commit comments