Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #296 from recena/JENKINS-31153
[JENKINS-31153] Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
  • Loading branch information
jglick committed Jan 15, 2016
2 parents 0c86794 + d9ddf50 commit c540394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion durable-task-step/pom.xml
Expand Up @@ -32,7 +32,7 @@
</parent>
<artifactId>workflow-durable-task-step</artifactId>
<packaging>hpi</packaging>
<name>Workflow: Durable Task Step</name>
<name>Pipeline: Durable Task Step</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion multibranch/src/main/resources/index.jelly
Expand Up @@ -25,5 +25,5 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<div>
Defines a project type for multibranch workflows.
Defines a project type for multibranch pipelines.
</div>
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 c540394

Please sign in to comment.