scala / scabot

Scala's PR&CI automation bot
Apache License 2.0
14 stars 14 forks source link

don't report success due to failed connection #31

Open adriaanm opened 9 years ago

adriaanm commented 9 years ago

https://github.com/scala/scabot/blob/master/server/src/main/scala/Actors.scala#L361

                  Some(CommitStatus(CommitStatusConstants.SUCCESS, Some(context),
                    description = Some("WARNING: no corresponding job found on Jenkins. Obsolete?"),
                    target_url = report.url))

Should be None, or something