|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Thanks for the hint.
I've upgraded Jenkins to 1.602 and downgraded envinject to 1.90
Now there is no backtrace, but no build also
__________________________
GitHubWebHook log :
Mar 09, 2015 7:05:21 PM INFO com.cloudbees.jenkins.GitHubWebHook processGitHubPayload
Received POST for https://github.com/MyCompany/MyJob
Mar 09, 2015 7:05:21 PM INFO com.cloudbees.jenkins.GitHubWebHook processGitHubPayload
Poked MyJob
Mar 09, 2015 7:05:21 PM INFO com.cloudbees.jenkins.GitHubWebHook processGitHubPayload
__________________________
GitHub Hook Log
Last GitHub Push
Started on Mar 9, 2015 7:09:08 PM
Using strategy: Default
[poll] Last Built Revision: Revision 6fa1b84438478b04d1fc8b5de9180b0e65ad8acb (refs/remotes/origin/dev)
> git --version # timeout=10
> git -c core.askpass=true ls-remote -h [email protected]:MyCompany/MyRepos.git # timeout=10
Done. Took 0.92 sec
No changes
__________________________
Whenever my Jenkins receives a github webhook it updates Github Hook Log date, so I'm considering thar the webhook from github is firing a poll in my repository to check for new commits in my repository.
However my repository on github is not on this Revision, it is several commits ahead, but when Jenkins receives the Github webhook it runs thius check and don't actually see the real position in guthub
Regards
Alexandre