jenkinsci / github-autostatus-plugin

Jenkins plugin to provide automatic status for multibranch jobs
https://plugins.jenkins.io/github-autostatus/
MIT License
52 stars 34 forks source link

"Could not find commit sha" in the logs #26

Open GautierAtWork opened 5 years ago

GautierAtWork commented 5 years ago

The Autostatus plugin gives us this error on all our Pull-requests builds.

Jan 08, 2019 9:56:48 AM INFO org.jenkinsci.plugins.githubautostatus.GithubNotificationConfig log
Could not find commit sha - status will not be provided for this build

What point to this line: https://github.com/jenkinsci/github-autostatus-plugin/blob/2d599c5c3afa4f59dea128ac586b6e3b2d4d9daa/src/main/java/org/jenkinsci/plugins/githubautostatus/GithubNotificationConfig.java#L156

Is there anything we should take care of?

jeffpearce commented 5 years ago

Hi, couple questions:

GautierAtWork commented 5 years ago

Hi Jeff,

jeffpearce commented 5 years ago

Thanks. For followup,

GautierAtWork commented 5 years ago