typesafehub / ghpullrequest-validator

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

No premature stop #47

Closed adriaanm closed 11 years ago

adriaanm commented 11 years ago

Only stop commenter when no relevant results could follow … If we have no pending jobs, overruleSuccess returns no results, and the commenter can stop -- otherwise, it should keep running.

React immediately on PLS SYNCH without running job

Also improved logging a bit.

adriaanm commented 11 years ago

This seems to fix the most recent IDE validation troubles. /cc @dragos

jsuereth commented 11 years ago

looks good to me.