Notifications

The Notifications module allows you to configure Jenkins to notify other applications about various build phases. It requires the Jenkins notification plugin.

Component: notifications
Macro:notification
Entry Point:jenkins_jobs.notifications

Example:

job:
  name: test_job

  notifications:
    - http:
        url: http://example.com/jenkins_endpoint
http

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

Previous topic

Hipchat

Next topic

Parameters

This Page