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
Unknown Object (File)
Mon, Jan 27, 15:49
Unknown Object (File)
Sun, Jan 26, 06:55
Unknown Object (File)
Sat, Jan 25, 06:16
Unknown Object (File)
Fri, Jan 24, 05:24
Unknown Object (File)
Fri, Jan 24, 05:23
Unknown Object (File)
Thu, Jan 23, 22:05
Unknown Object (File)
Wed, Jan 22, 09:53
Unknown Object (File)
Sun, Jan 19, 16:05
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.