Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
</j:if>
<j:set var="descriptors" value="${descriptor.buildStrategiesDescriptors(it,sourceDescriptor)}"/>
<j:if test="${!descriptors.isEmpty()}">
<f:entry title="${%Build strategies}">
<f:entry title="${%Build strategies}" field="buildStrategies">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, showing

By default (i.e. when empty), everything except tags will be automatically built whenever discovered or changed.
If you add at least one strategy then the defaults will be disabled and only the configured strategies will be
applied.

<f:entry title="${%Strategy}" field="strategyId"></f:entry>
<f:hetero-list name="buildStrategies" items="${instance.buildStrategies}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fake f:entry does not look right. You should not need to resort to tricks to have help for a standard form control. I think the problem here is that the original page used unnecessarily low-level controls. Better to use the higher-level f:repeatableHeteroProperty which groks databinding and should allow you to simply create a file with the conventional name, help-buildStrategies.html.

descriptors="${descriptors}"
hasHeader="true" honorOrder="true"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
<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.
</div>