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 5c17262 commit 07200b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,6 +22,6 @@ public BuildTriggerCancelledCause(Throwable cause) {

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

0 comments on commit 07200b9

Please sign in to comment.