Skip to content

Commit

Permalink
[JENKINS-30086] Steps help and decription clean up
Browse files Browse the repository at this point in the history
Originally-Committed-As: 0b1c5dcd53f0a456ef243a360ad36f6f23cc8bbe
  • Loading branch information
amuniz committed Sep 25, 2015
1 parent 42a7e21 commit a164652
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Expand Up @@ -145,7 +145,7 @@ public String getFunctionName() {

@Override
public String getDisplayName() {
return "Input";
return "Wait for interactive input";
}
}
}
@@ -0,0 +1,6 @@
<p>
Every <code>input</code> step has an unique ID. It is used in the generated URL to proceed or abort.
</p>
<p>
A specific ID could be used, for example, to mechanically respond to the input from some external process/tool.
</p>
@@ -0,0 +1,11 @@
<div>
<p>
This step pauses flow execution and allows the user to interact and control the flow of the build.
Only a basic "process" or "abort" option is provided in the stage view.
</p>
<p>
You can optionally request information back, hence the name of the step.
The parameter entry screen can be accessed via a link at the bottom of the build console log or
via link in the sidebar for a build.
</p>
</div>

0 comments on commit a164652

Please sign in to comment.