github / janky

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

Doesn't mark pending builds as pending on Github #189

Closed Mezzle closed 10 years ago

Mezzle commented 10 years ago

When a commit gets pushed to github, it notifies janky, which queues the build. However, Janky doesn't then send a notification that the build is pending until it gets notified that the build has started...

This means that PRs that are still pending in the jenkins queue (rather than being built) show a "This is ok to merge!" because it hasn't any information about it's status.

Mezzle commented 10 years ago

To clarify:

With the patch included in #190 - it now will show "Merge with caution!"