HomeDevCentral

Add support for Jenkins notification plug-in

Description

Add support for Jenkins notification plug-in

Summary:
A Jenkins plugin allow to send a JSON payload to an HTTP end-point:
https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin

Support for this payload is added on the newly created Jenkins gate.

This allows to track completed or failed Jenkins job.

In this first iteration, it will sort all the notifications to the
default "ci" group. Plan is to implement in a follow-up change the
mapping between jobs and groups.

Ref T953

Reviewers: dereckson

Subscribers: alken-orin

Maniphest Tasks: T953

Differential Revision: https://devcentral.nasqueron.org/D612

Details

Provenance
derecksonAuthored on Aug 15 2016, 19:06
Differential Revision
D612: Add support for Jenkins notification plug-in
Parents
rNOTIFb42260e53626: Add notifications:payload command
Branches
Unknown
Tags
Unknown
Tasks
T953: Handle Jenkins notification plugin payloads