Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #308 from recena/wiki
[JENKINS-31153] WikiPage URL renamed
- Loading branch information
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-aggregator</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline (formerly known as Workflow)</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-api</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: API</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-basic-steps</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Basic Steps</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-cps-global-lib</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Global Shared Library for CPS pipeline</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-cps</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Groovy CPS Execution</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-durable-task-step</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Durable Task Step</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-job</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Job</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ THE SOFTWARE. |
|
|
<artifactId>workflow-multibranch</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Multibranch</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -35,7 +35,7 @@ |
|
|
<version>1.13-SNAPSHOT</version> |
|
|
<packaging>pom</packaging> |
|
|
<name>Pipeline: Parent</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<licenses> |
|
|
<license> |
|
|
<name>MIT License</name> |
|
|
|
@@ -9,7 +9,7 @@ |
|
|
<artifactId>workflow-scm-step</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: SCM Step</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-step-api</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Step API</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>org.mockito</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-stm</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: State Transition Machine</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|
|
@@ -33,7 +33,7 @@ |
|
|
<artifactId>workflow-support</artifactId> |
|
|
<packaging>hpi</packaging> |
|
|
<name>Pipeline: Execution Support</name> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin</url> |
|
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin</url> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<groupId>${project.groupId}</groupId> |
|
|