Saturday 16 April 2016

Jenkins GitHub Hooks Problems


GitHub Hooks Problems

1)
This page shows hooks problems and ignored projects. You can view detailed stacktrace of any problem in system log. For better debug in jenkins interface, enable this logs:

com.cloudbees.jenkins.GitHubWebHook - ALL
org.jenkinsci.plugins.github.webhook.WebhookManager - ALL
org.jenkinsci.plugins.github.admin.GitHubHookRegisterProblemMonitor - ALL
This table shows problems with registering/removing hooks for corresponding repo. Message will be dismissed if Jenkins will receive PING hook for repo, or if you add this repo to ignore list. This messages will not be saved to the disk, so all of them will be
cleared after jenkins restart

1.a)
github.com:username/repo There is no credentials with admin acces
s to manage hooks on GitHubRepositoryName[host=github.com,username=username,repository=repo]

solution :
1) go to jenkins homepage.
2) click on manage jenkins
3) click on configure system
4) go to
GitHub -> GitHub Servers
uncheck "manage hooks"
5) restart the jenkins


Ref : stackoverflow 

4 comments: