forked from imod/managed-scripts-plugin
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ganncamp
committed
Nov 18, 2013
1 parent
e03b0a1
commit 25a70f3
Showing
1 changed file
with
69 additions
and
69 deletions.
There are no files selected for viewing
138 changes: 69 additions & 69 deletions
138
src/main/resources/org/jenkinsci/plugins/managedscripts/WinBatchBuildStep/config.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
<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"> | ||
|
||
<st:adjunct assumes="org.kohsuke.stapler.framework.prototype.prototype" includes="org.kohsuke.stapler.bind"/> | ||
|
||
<st:once> | ||
<script type="text/javascript" src="${rootURL}/plugin/managed-scripts/js/managed-scripts.js" /> | ||
</st:once> | ||
<j:choose> | ||
<j:when test="${empty(descriptor.availableBuildTemplates)}"> | ||
<f:entry title=""> | ||
<div> | ||
No build templates are defined. Please define one | ||
<a href="/configfiles">here</a>. | ||
</div> | ||
</f:entry> | ||
</j:when> | ||
<j:otherwise> | ||
<f:entry title="${%Script}" field="buildStepContent"> | ||
<select name="buildStepId" onChange="ms_initDetailLink('${rootURL}', this);ms_showParams(this, this.value);"> | ||
<option value="">(Default)</option> | ||
<j:forEach var="inst" items="${descriptor.availableBuildTemplates}" varStatus="loop"> | ||
<j:choose> | ||
<j:when test="${inst.id == instance.buildStepId}"> | ||
<option value="${inst.id}" selected="selected">${inst.name} - ${inst.comment}</option> | ||
</j:when> | ||
<j:otherwise> | ||
<option value="${inst.id}">${inst.name} - ${inst.comment}</option> | ||
</j:otherwise> | ||
</j:choose> | ||
</j:forEach> | ||
</select> | ||
<a target="_blank" name="showDetailLink" href="" style="display:none;" onclick="window.open(this.href,'window','width=900,height=640,resizable,scrollbars,toolbar,menubar') ;return false;"> view selected script</a> | ||
<div name="argumentDescription" id="argumentDescription"/> | ||
<f:block> | ||
<table name="scriptBuildStepArgs" id="scriptBuildStepArgs"> | ||
<f:optionalBlock name="defineArgs" inline="true" title="${%Define arguments}" checked="${!empty(instance.buildStepArgs)}" help="/plugin/managed-scripts/help-defineArgs_win.html"> | ||
<f:entry> | ||
<f:repeatable var="arg" items="${instance.buildStepArgs}" name="buildStepArgs" noAddButton="true" minimum="1"> | ||
<table width="100%"> | ||
<f:entry> | ||
<div name="argName"><st:nbsp/></div> | ||
<input type="text" name="arg" value="${arg}" size="80"/> | ||
<input type="button" name="delete_button" value="${%Delete}" class="repeatable-delete show-if-not-only" style="margin-left: 1em;" /> | ||
<input type="button" name="add_button" onClick="ms_labelArgs()" value="${%Add argument}" class="repeatable-add show-if-last" /> | ||
</f:entry> | ||
</table> | ||
</f:repeatable> | ||
</f:entry> | ||
</f:optionalBlock> | ||
</table> | ||
</f:block> | ||
</f:entry> | ||
</j:otherwise> | ||
</j:choose> | ||
<st:bind var="desc" value="${descriptor}"/> | ||
<st:once> | ||
<script type="text/javascript"> | ||
Event.observe(window, 'load', function() { | ||
var all = new Array(); | ||
all = document.getElementsByName('buildStepId'); | ||
for(var i = 0; i < all.length; i++) { | ||
ms_initDetailLink('<j:out value="${rootURL}" />', all.item(i)); | ||
ms_showParams(all.item(i), all.item(i).value); | ||
ms_getArgs(all.item(i), all.item(i).value); | ||
} | ||
}); | ||
</script> | ||
</st:once> | ||
</j:jelly> | ||
<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"> | ||
|
||
<st:adjunct assumes="org.kohsuke.stapler.framework.prototype.prototype" includes="org.kohsuke.stapler.bind"/> | ||
|
||
<st:once> | ||
<script type="text/javascript" src="${rootURL}/plugin/managed-scripts/js/managed-scripts.js" /> | ||
</st:once> | ||
<j:choose> | ||
<j:when test="${empty(descriptor.availableBuildTemplates)}"> | ||
<f:entry title=""> | ||
<div> | ||
No build templates are defined. Please define one | ||
<a href="/configfiles">here</a>. | ||
</div> | ||
</f:entry> | ||
</j:when> | ||
<j:otherwise> | ||
<f:entry title="${%Script}" field="buildStepContent"> | ||
<select name="buildStepId" onChange="ms_initDetailLink('${rootURL}', this);ms_showParams(this, this.value);"> | ||
<option value="">(Default)</option> | ||
<j:forEach var="inst" items="${descriptor.availableBuildTemplates}" varStatus="loop"> | ||
<j:choose> | ||
<j:when test="${inst.id == instance.buildStepId}"> | ||
<option value="${inst.id}" selected="selected">${inst.name} - ${inst.comment}</option> | ||
</j:when> | ||
<j:otherwise> | ||
<option value="${inst.id}">${inst.name} - ${inst.comment}</option> | ||
</j:otherwise> | ||
</j:choose> | ||
</j:forEach> | ||
</select> | ||
<a target="_blank" name="showDetailLink" href="" style="display:none;" onclick="window.open(this.href,'window','width=900,height=640,resizable,scrollbars,toolbar,menubar') ;return false;"> view selected script</a> | ||
<div name="argumentDescription" id="argumentDescription"/> | ||
<f:block> | ||
<table name="scriptBuildStepArgs" id="scriptBuildStepArgs"> | ||
<f:optionalBlock name="defineArgs" inline="true" title="${%Define arguments}" checked="${!empty(instance.buildStepArgs)}" help="/plugin/managed-scripts/help-defineArgs_win.html"> | ||
<f:entry> | ||
<f:repeatable var="arg" items="${instance.buildStepArgs}" name="buildStepArgs" noAddButton="true" minimum="1"> | ||
<table width="100%"> | ||
<f:entry> | ||
<div name="argName"><st:nbsp/></div> | ||
<input type="text" name="arg" value="${arg}" size="80"/> | ||
<input type="button" name="delete_button" value="${%Delete}" class="repeatable-delete show-if-not-only" style="margin-left: 1em;" /> | ||
<input type="button" name="add_button" onClick="ms_labelArgs()" value="${%Add argument}" class="repeatable-add show-if-last" /> | ||
</f:entry> | ||
</table> | ||
</f:repeatable> | ||
</f:entry> | ||
</f:optionalBlock> | ||
</table> | ||
</f:block> | ||
</f:entry> | ||
</j:otherwise> | ||
</j:choose> | ||
<st:bind var="desc" value="${descriptor}"/> | ||
<st:once> | ||
<script type="text/javascript"> | ||
Event.observe(window, 'load', function() { | ||
var all = new Array(); | ||
all = document.getElementsByName('buildStepId'); | ||
for(var i = 0; i < all.length; i++) { | ||
ms_initDetailLink('<j:out value="${rootURL}" />', all.item(i)); | ||
ms_showParams(all.item(i), all.item(i).value); | ||
ms_getArgs(all.item(i), all.item(i).value); | ||
} | ||
}); | ||
</script> | ||
</st:once> | ||
</j:jelly> |