Skip to content

Commit ed564aa

Browse files
committed
add strategy documentation
1 parent 4071caa commit ed564aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/resources/jenkins/branch/BranchSource/config.jelly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<j:set var="descriptors" value="${descriptor.buildStrategiesDescriptors(it,sourceDescriptor)}"/>
4545
<j:if test="${!descriptors.isEmpty()}">
4646
<f:entry title="${%Build strategies}" field="buildStrategies">
47+
<f:entry title="${%Strategy}" field="strategyId"></f:entry>
4748
<f:hetero-list name="buildStrategies" items="${instance.buildStrategies}"
4849
descriptors="${descriptors}"
4950
hasHeader="true" honorOrder="true"/>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div>
2+
<b>Initial Index Build Prevention</b> modifies the indexing behavior so that any branches, pull requests, and tags discovered during the initial indexing create a Pipeline, but will not build it. The pipeline will remain inactive until an SCM event has been made to its corresponding branch/PR/tag.
3+
</div>

0 commit comments

Comments
 (0)