Open adriaanm opened 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
None
https://github.com/scala/scabot/blob/master/server/src/main/scala/Actors.scala#L361
Should be
None
, or something