Skip to content

Commit 7ffebe1

Browse files
committed
adjust help text to newer versions of git plugin
1 parent 22e18b8 commit 7ffebe1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/main/resources/org/jenkinsci/plugins/multiplescms/MultiSCMSource
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<div>
22
Looks for branches in multiple SCMs. A per-branch sub-project will be created for <strong>any</strong> branch
33
present in <strong>each</strong> of the configured SCMs.<br/>
4-
The created sub-projects will check out files from each of the SCMs on a job run
4+
The created sub-projects will check out files from <strong>each</strong> SCM on a job run
55
(unlike Multibranch-pipeline, which creates sub-projects checking out from
6-
the first SCM seen owning a branch, and ignoring the other SCMs during checkout),
6+
the <strong>first</strong> SCM seen owning a branch, ignoring the other SCMs during checkout),
77
<br/>
88
TIP: Concerning git, it will be sufficient to only specify the relevant branches in the
9-
<cite>Include branches</cite> field in the first SCM in the list below and to leave the
9+
<cite>Filter by name</cite> behaviour of the first SCM in the list below and to leave the
1010
default wildcard <code>*</code> in the additional SCMs untouched.
1111
</div>

0 commit comments

Comments
 (0)