Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31153] More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
  • Loading branch information
jglick committed Jan 19, 2016
1 parent 86a268c commit fa379ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion basic-steps/src/main/resources/index.jelly
Expand Up @@ -25,5 +25,5 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<div>
Commonly used steps for workflows.
Commonly used steps for Pipelines.
</div>
@@ -1,11 +1,11 @@
<div>
<p>
This step pauses flow execution and allows the user to interact and control the flow of the build.
This step pauses Pipeline 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>
</div>

0 comments on commit fa379ba

Please sign in to comment.