Page MenuHomeDevCentral

Allow Jenkins jobs to be only notified on failure
ClosedPublic

Authored by dereckson on Aug 23 2016, 00:43.
Tags
None
Referenced Files
F2831241: D628.id1560.diff
Fri, Apr 19, 15:45
F2831220: D628.id1564.diff
Fri, Apr 19, 15:35
F2831196: D628.id1561.diff
Fri, Apr 19, 15:31
Unknown Object (File)
Thu, Apr 18, 01:22
Unknown Object (File)
Tue, Apr 16, 21:57
Unknown Object (File)
Tue, Apr 16, 03:36
Unknown Object (File)
Mon, Apr 15, 15:28
Unknown Object (File)
Mon, Apr 15, 06:14
Subscribers

Details

Summary

In the Jenkins configuration file, any job in notifyOnlyOnFailure
will be ignored if the event hasn't a failure status.

This allows to handle at notifications level what the notifications
plugin doesn't handle yet.

Ref T953.

Test Plan
  • Fire notification for a successful Jenkins task, see it ignored
  • Unit tests

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Allow Jenkins jobs to be only notified on failure.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added inline comments.
app/Notifications/JenkinsNotification.php
109

Test me.

This revision is now accepted and ready to land.Aug 23 2016, 13:15
app/Analyzers/Jenkins/JenkinsPayloadAnalyzer.php
150

.

This revision was automatically updated to reflect the committed changes.