Skip to content

Commit

Permalink
Feat: Un-inlining WorkflowJob/configure-entries.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern committed Feb 3, 2024
1 parent 7fd111b commit 8607383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</pluginRepositories>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.440</jenkins.version>
<jenkins.version>2.443</jenkins.version>
<no-test-jar>false</no-test-jar>
<useBeta>true</useBeta>
<hpi.compatibleSinceVersion>2.26</hpi.compatibleSinceVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<f:section title="${%Advanced Project Options}" icon="symbol-build-outline plugin-ionicons-api">
<f:advanced>
<f:entry title="${%Display Name}" field="displayNameOrNull">
<f:textbox checkUrl="'${rootURL}/checkDisplayName?displayName='+encodeURIComponent(this.value)+'&amp;jobName='+encodeURIComponent('${h.jsStringEscape(it.name)}')"/>
<f:textbox />
</f:entry>
</f:advanced>
</f:section>
Expand Down

0 comments on commit 8607383

Please sign in to comment.