typesafehub / ghpullrequest-validator

A simple utility to run pull requests against jenkins jobs. Uses Akka.
30 stars 9 forks source link

Detect existing jenkins builds on restart #3

Closed jsuereth closed 11 years ago

jsuereth commented 12 years ago

Right now, if the PR validator is restarted, it doesn't detect whether an existing jenkins job has been started. It should do so and then watch that build to comment on the result.

jsuereth commented 11 years ago

I believe @adriaanm has a solution for this as well.