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 |
Defines an HTTP notification endpoint. Requires the Jenkins Notification Plugin.
Parameters: |
|
---|
Example:
notifications:
- http:
url: http://example.com/jenkins_endpoint
format: xml
event: completed
timeout: 40000
log: -1