summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/modules/project_pipeline.py
diff options
context:
space:
mode:
authorThanh Ha <zxiiro@gmail.com>2020-01-22 17:28:00 -0500
committerThanh Ha <zxiiro@gmail.com>2020-01-22 18:23:28 -0500
commit620f032ce0512755c29b572d7c93f451dfaa5ff5 (patch)
tree254c79eba168f759888c210bd86de63cf4d530c9 /jenkins_jobs/modules/project_pipeline.py
parent197226c5386e9f5a367b58ff2d306976b87a4cf7 (diff)
downloadpython-jenkins-job-builder-620f032ce0512755c29b572d7c93f451dfaa5ff5.tar.gz
python-jenkins-job-builder-620f032ce0512755c29b572d7c93f451dfaa5ff5.tar.xz
python-jenkins-job-builder-620f032ce0512755c29b572d7c93f451dfaa5ff5.zip
Update Jenkins wiki -> plugins URLs
The Jenkins Wiki page is deprecated and Jenkins community is expected to migrate their documentation to plugins.jenkins.io URL. This patch updates links that have a relevant plugins.jenkins.io URL documentation link. Change-Id: I7ce6978d48d09deea976e9b5f800632e92e7bd11 Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Diffstat (limited to 'jenkins_jobs/modules/project_pipeline.py')
-rw-r--r--jenkins_jobs/modules/project_pipeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_jobs/modules/project_pipeline.py b/jenkins_jobs/modules/project_pipeline.py
index 3248c30d..518ba2c9 100644
--- a/jenkins_jobs/modules/project_pipeline.py
+++ b/jenkins_jobs/modules/project_pipeline.py
@@ -23,7 +23,7 @@ The Pipeline Project module handles creating Jenkins Pipeline projects
You may specify ``pipeline`` in the ``project-type`` attribute of
the :ref:`Job` definition.
-Requires the Jenkins :jenkins-wiki:`Pipeline Plugin <Pipeline+Plugin>`:
+Requires the Jenkins :jenkins-plugins:`Pipeline Plugin <workflow-aggregator>`.
In order to write an inline script within a job-template you have to escape the
curly braces by doubling them in the DSL: { -> {{ , otherwise it will be