github / janky

Continuous integration server built on top of Jenkins and Hubot
MIT License
2.75k stars 213 forks source link

Fix payload.completed? to work with new jenkins version #204

Closed rafaelfranca closed 10 years ago

rafaelfranca commented 10 years ago

New versions on Jenkins send FINALIZED instead of FINISHED as the build phase.

Without this change the builds not update the status.

bhuga commented 10 years ago

Love those deprecations. Thanks for the patch.