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 c84349a + cb03478 commit 33caac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -37,7 +37,7 @@
</f:advanced>
</f:section>

<f:section title="Workflow">
<f:section title="Pipeline">
<f:dropdownDescriptorSelector title="Definition" field="definition" descriptors="${descriptor.getDefinitionDescriptors(it)}"/>
</f:section>
</j:jelly>
2 changes: 1 addition & 1 deletion support/pom.xml
Expand Up @@ -32,7 +32,7 @@
</parent>
<artifactId>workflow-support</artifactId>
<packaging>hpi</packaging>
<name>Workflow: Execution Support</name>
<name>Pipeline: Execution Support</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion support/src/main/resources/index.jelly
Expand Up @@ -24,5 +24,5 @@

<?jelly escape-by-default='true'?>
<div>
Common utility implementations to build workflow plugin
Common utility implementations to build Pipeline Plugin
</div>

0 comments on commit 33caac9

Please sign in to comment.