-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathhelp-strategyId.html
More file actions
28 lines (28 loc) · 936 Bytes
/
help-strategyId.html
File metadata and controls
28 lines (28 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div>
Determines which branches are discovered.
<dl>
<dt>Only branches that are not also filed as MRs</dt>
<dd>
If you are discovering origin merge requests, it may not make sense to discover the same
changes both as a
merge request and as a branch.
</dd>
<dt>Only branches that are also filed as MRs</dt>
<dd>
This option exists to preserve legacy behaviour when upgrading from older versions of the
plugin.
NOTE: If you have an actual use case for this option please file a merge request against this
text.
</dd>
<dt>All branches</dt>
<dd>
Ignores whether the branch is also filed as a merge request and instead discovers all branches
on the
origin project.
</dd>
<dt>Only explicitly listed branches</dt>
<dd>
Only branches matching the "Branches to always include" regex are built as branches.
</dd>
</dl>
</div>