Skip to content

Commit dbbdb4e

Browse files
authored
Merge pull request #48 from Onyimatics/JENKINS-65287-scm-missing-online-help
[JENKINS-65287] Add an online missing help
2 parents e6f42db + dcd7e78 commit dbbdb4e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<div>
2+
Enable or Disable 'Include in changelog':
3+
<p>
4+
If 'Include in changelog' is enabled for an SCM source, then when a build occurs, the changes from that SCM source will be included in the changelog.
5+
</p>
6+
<p>
7+
If 'Include in changelog' is disabled, then when a build occurs,
8+
the changes from this SCM source will not be included in the changelog.
9+
</p>
10+
</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)