Skip to content

Commit

Permalink
Make the config.jelly optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Apr 27, 2023
1 parent ac990a9 commit 45e656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/jenkins/agents/CloudSet/_new.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE.
<f:form method="post" action="doCreate" name="config" class="jenkins-form">
<h1>${%New cloud}</h1>
<!-- main body of the configuration -->
<st:include it="${requestScope.instance}" class="${requestScope.descriptor.clazz}" page="config.jelly" />
<st:include it="${requestScope.instance}" class="${requestScope.descriptor.clazz}" page="config.jelly" optional="true" />

<f:bottomButtonBar>
<input type="hidden" name="type" value="${request.getParameter('mode')}"/>
Expand Down

0 comments on commit 45e656c

Please sign in to comment.