Skip to content

Commit

Permalink
[JENKINS-30086] Incorporate content from #203
Browse files Browse the repository at this point in the history
Originally-Committed-As: c357b475b60b4a97fea26046c5457aa60d8f6182
  • Loading branch information
amuniz committed Sep 25, 2015
1 parent a164652 commit 7e940f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
@@ -0,0 +1,9 @@
<p>
This parameter gives a prompt which will be shown to a human:
<pre> Ready to go?
Proceed or Abort
</pre>
</p>
<p>
If you click "Proceed" the build will proceed to the next step, if you click "Abort" the build will be aborted.
</p>
@@ -1,6 +1,9 @@
<div>
<p>
Request that the submitter specify one or more parameter values when approving.
If just one parameter is listed, its value will become the value of the <code>input</code> step.
If multiple parameters are listed, the return value will be a map keyed by the parameter names.
If parameters are not requested, the step returns nothing if approved.
</div>
</p>
<p>
On the parameter entry screen you are able to enter values for parameters that are defined in this field.
</p>

0 comments on commit 7e940f2

Please sign in to comment.