Skip to content

Commit 61d73c0

Browse files
committed
JENKINS-65287 - add an online help for polling and changelog checkboxes
1 parent e6f42db commit 61d73c0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div>
2+
Enable or Disable 'Include in changelog':
3+
<p>
4+
If 'Include in changelog' is enabled or 'Include in polling' is enabled, then when polling occurs, the
5+
job will be started if changes are detected from this SCM source.
6+
</p>
7+
<p>
8+
If 'Include in changelog' is disabled and 'Include in polling' is disabled, then when polling occurs,
9+
changes that are detected from this repository will be ignored.
10+
</p>
11+
</div>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div>
2+
Enable or Disable 'Include in polling'
3+
<p>
4+
If 'Include in polling' is enabled or 'Include in changelog' is enabled, then when polling occurs, the job will
5+
be started if changes are detected from this SCM source.
6+
</p>
7+
<p>
8+
If 'Include in polling' is disabled and 'Include in changelog' is disabled, then when polling occurs, changes
9+
that are detected from this repository will be ignored.
10+
</p>
11+
</div>

0 commit comments

Comments
 (0)