Skip to content

Commit

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

Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
  • Loading branch information
Manuel Recena committed Jan 11, 2016
1 parent 5c17262 commit 07200b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,6 +22,6 @@ public BuildTriggerCancelledCause(Throwable cause) {


@Override @Override
public String getShortDescription() { public String getShortDescription() {
return "Calling workflow was cancelled"; return "Calling Pipeline was cancelled";
} }
} }

0 comments on commit 07200b9

Please sign in to comment.