Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31153] Rename Workflow to Pipeline. All the display names in…
… the user interface

Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
  • Loading branch information
Manuel Recena committed Jan 11, 2016
1 parent a4d22b8 commit 867e239
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public class InputStep extends AbstractStepImpl implements Serializable {
@DataBoundConstructor
public InputStep(String message) {
if (message==null)
message = "Workflow has paused and needs your input before proceeding";
message = "Pipeline has paused and needs your input before proceeding";
this.message = message;
}

Expand Down

0 comments on commit 867e239

Please sign in to comment.