Jesse Glick commented on Bug JENKINS-22456

I installed the File Leak Detector plugin and activated it, but could not reproduce. Various accesses to github-polling.log all reliably close the file. However I also did not manage to get a hook added, despite using a valid API token to connect to my own repo:

java.io.FileNotFoundException: https://api.github.com/repos/jglick/simple-maven-project-with-tests/hooks
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
	at org.kohsuke.github.Requester.parse(Requester.java:383)
	at org.kohsuke.github.Requester._to(Requester.java:185)
	at org.kohsuke.github.Requester.to(Requester.java:160)
	at org.kohsuke.github.GHRepository.createHook(GHRepository.java:754)
	at com.cloudbees.jenkins.GitHubPushTrigger.createJenkinsHook(GitHubPushTrigger.java:161)
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.

Reply via email to