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 @@ -56,18 +56,11 @@
But this causes the artifacts from the
previous build to remain when a new build starts.
</f:entry>
<f:entry title="Changeset" help="/plugin/clearcase/ucm/help-changeset.html">
<table>
<f:radioBlock name="ucm.changeset" title="No History"
checked="${scm.changeset.name eq 'no'}" value="no" />
<f:radioBlock name="ucm.changeset" title="Current stream"
checked="${scm.changeset eq null || scm.changeset.name eq 'branch'}"
value="branch" />
<f:radioBlock name="ucm.changeset" title="Current stream + rebases"
checked="${scm.changeset.name eq 'all'}" value="all" />
</table>
<f:entry title="Changeset" field="ucm.changeset" help="/plugin/clearcase/ucm/help-changeset.html">
<f:enum>
${it.toString()}
</f:enum>
</f:entry>

<f:entry title="Build foundation baseline" field="buildFoundationBaseline">
<f:checkbox/>
</f:entry>
Expand Down Expand Up @@ -171,4 +164,4 @@
</table>
</f:block>
</f:advanced>
</j:jelly>
</j:jelly>