HipchatΒΆ

Enable hipchat notification of build execution.

Example:

- job:
    name: test_job
    hipchat:
      enabled: true
      room:  Testjob Build Notifications
      start-notify: true

In the jenkins UI specification, the hipchat plugin must be explicitly selected as a publisher. This is not required (or supported) here - use the enabled parameter to enable/disable the publisher action. If you set enabled: false, no hipchat parameters are written to XML.

Previous topic

Builders

Next topic

Metadata

This Page