summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/modules/notifications.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/notifications.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/notifications.py')
-rw-r--r--jenkins_jobs/modules/notifications.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/jenkins_jobs/modules/notifications.py b/jenkins_jobs/modules/notifications.py
index f1f9407e..b9c7840e 100644
--- a/jenkins_jobs/modules/notifications.py
+++ b/jenkins_jobs/modules/notifications.py
@@ -33,8 +33,9 @@ import jenkins_jobs.modules.helpers as helpers
def http_endpoint(registry, xml_parent, data):
"""yaml: http
Defines an HTTP notification endpoint.
- Requires the Jenkins :jenkins-wiki:`Notification Plugin
- <Notification+Plugin>`.
+
+ Requires the Jenkins :jenkins-plugins:`Notification Plugin
+ <notification>`.
:arg str format: notification payload format, JSON (default) or XML
:arg str event: job events that trigger notifications: started,