typesafehub / ghpullrequest-validator

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

Finds old jenkins job if new one hasn't started #4

Closed jsuereth closed 11 years ago

jsuereth commented 12 years ago

When jenkins is overloaded, the build bot will find old completed jobs rather than new ones. We should add some kind of time sensor in there.

jsuereth commented 11 years ago

I believe @adriaanm has fixed this one.