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 9dda0bd commit efd40f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -47,6 +47,6 @@ public Result getResult() {

@Override
protected String getTypeDisplayName() {
return "End of Workflow";
return "End of Pipeline";
}
}
Expand Up @@ -51,6 +51,6 @@ public List<FlowNode> getParents() {

@Override
protected String getTypeDisplayName() {
return "Start of Workflow";
return "Start of Pipeline";
}
}

0 comments on commit efd40f1

Please sign in to comment.