Skip to content
Open
Changes from all 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,7 @@
</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:hetero-list name="buildStrategies" items="${instance.buildStrategies}"
descriptors="${descriptors}"
hasHeader="true" honorOrder="true"/>
Expand Down