Skip to content

Commit

Permalink
Merge pull request #296 from recena/JENKINS-31153
Browse files Browse the repository at this point in the history
[JENKINS-31153] Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
  • Loading branch information
jglick committed Jan 15, 2016
2 parents 0ebeb3f + 1c64c87 commit 5c206d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -32,7 +32,7 @@
</parent> </parent>
<artifactId>workflow-api</artifactId> <artifactId>workflow-api</artifactId>
<packaging>hpi</packaging> <packaging>hpi</packaging>
<name>Workflow: API</name> <name>Pipeline: API</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> <url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url>
<dependencies> <dependencies>
<dependency> <dependency>
Expand Down
Expand Up @@ -47,6 +47,6 @@ public Result getResult() {


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


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

0 comments on commit 5c206d7

Please sign in to comment.