Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-13218: Can't add build step on current jenkins
  • Loading branch information
LorenzoBettini committed Feb 15, 2013
1 parent a8af5de commit 500720c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -46,7 +46,7 @@
<f:entry title="${%Script File}" field="userCommand" help="${rootURL}/plugin/buckminster/help-customCommand.html">
<f:textbox name="userCommand" value="${instance.getUserCommand()}" />
</f:entry>
<f:section title="Advanced Options">

<f:advanced>
<f:entry title="${%Change Workspace}" help="${rootURL}/plugin/buckminster/help-customWorkspace.html">
<f:textbox name="userWorkspace" value="${instance.getUserWorkspace()}" />
Expand All @@ -67,5 +67,5 @@
<f:textarea name="equinoxLauncherArgs" value="${instance.getEquinoxLauncherArgs()}" />
</f:entry>
</f:advanced>
</f:section>

</j:jelly>

0 comments on commit 500720c

Please sign in to comment.