Skip to content

Commit

Permalink
Fix JENKINS-13418
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Apr 11, 2012
1 parent b61ce30 commit 8fb91fb
Showing 1 changed file with 3 additions and 4 deletions.
@@ -1,10 +1,9 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">

<f:entry title="${%Batch or a shell script files to execute}">
<f:nested>
<div style="padding-left:2em">
<f:repeatable var="genericScriptFile" items="${instance.genericScriptList}"
<f:repeatable var="genericScriptFile" items="${instance.genericScriptFileList}"
add="${%Add a shell or a Windows batch file}">
<table width="100%">

Expand Down Expand Up @@ -92,7 +91,7 @@
</f:entry>

<f:entry title="${%Execute script only if build succeeds}">
<f:checkbox name="scriptOnlyIfSuccess" checked="${instance.scriptOnlyIfSuccess}" />
<f:checkbox name="scriptOnlyIfSuccess" checked="${instance.scriptOnlyIfSuccess}"/>
</f:entry>

</j:jelly>

0 comments on commit 8fb91fb

Please sign in to comment.