The Notifications module allows you to configure Jenkins to notify other applications about various build phases. It requires the Jenkins notification plugin.
Macro: | notification |
---|---|
Entry Point: | jenkins_jobs.notifications |
Example:
job:
name: test_job
notifications:
- http:
url: http://example.com/jenkins_endpoint
Defines an HTTP notification endpoint. Requires the Jenkins Notification Plugin.
Parameters: | url (str) – URL of the endpoint |
---|
Example:
notifications:
- http:
url: http://example.com/jenkins_endpoint