Skip to content

Git Polling Log

Started on May 20, 2024, 1:21:00 AM
Using strategy: Default
[poll] Last Built Revision: Revision 972c5b8559ab93c3ac0d761c0273f3d3877e659a (refs/remotes/origin/master)
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Warning: CredentialId "ce0848cb-a7c1-4259-8f02-ded5f8143fdc" could not be found.
 > git --version # timeout=10
 > git --version # 'git version 2.43.2'
 > git ls-remote -h -- git@github.com:eclipse-ee4j/glassfish-jsftemplating.git # timeout=10
ERROR: polling failed in /home/jenkins/workspace/jsftemplating-build on default-java-x8ljr
hudson.plugins.git.GitException: Command "git ls-remote -h -- git@github.com:eclipse-ee4j/glassfish-jsftemplating.git" returned status code 128:
stdout: 
stderr: git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2079)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2070)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:3739)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:731)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:690)
Caused: java.io.IOException
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:692)
	at org.jenkinsci.plugins.workflow.job.WorkflowJob.poll(WorkflowJob.java:636)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:618)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:665)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
Done. Took 0.5 sec
No changes