KocproZ / jenkins-discord

A post-build plugin that sends the build status to a Discord channel.
MIT License
39 stars 36 forks source link

fix issue with "send on state change" #10

Closed andyczerwonka closed 7 years ago

andyczerwonka commented 7 years ago

See #8. The existing code exits out if the current build is not equal to the previous... it should do the exact opposite and exit out only if they're equal.