Skip to content
Build History trend
 
Started by GitLab push by Ilenia Salvadori
 
Started by GitLab push by Ilenia Salvadori
 
Started by GitLab push by Ilenia Salvadori
 
Started by GitLab push by Ilenia Salvadori
 
 
 
 

Git Polling Log

Started on May 18, 2024, 8:48:00 PM
Using strategy: Default
[poll] Last Built Revision: Revision 4afe5090f7109dfe38cc0524dce1d2007873b938 (refs/remotes/origin/develop)
No JDK named ‘JDK8u92’ found
No JDK named ‘JDK8u92’ found
The recommended git tool is: NONE
Warning: CredentialId "jenkins_gitlab" could not be found.
No JDK named ‘JDK8u92’ found
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git ls-remote -h -- https://gitlab.com/gecko.io/geckoConverter.git # timeout=10
FATAL: hudson.plugins.git.GitException: Command "git ls-remote -h -- https://gitlab.com/gecko.io/geckoConverter.git" returned status code 128:
stdout: 
stderr: remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.com/gecko.io/geckoConverter.git/'

hudson.plugins.git.GitException: Command "git ls-remote -h -- https://gitlab.com/gecko.io/geckoConverter.git" returned status code 128:
stdout: 
stderr: remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.com/gecko.io/geckoConverter.git/'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842)
	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:3735)
	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 hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:419)
	at hudson.scm.SCM.poll(SCM.java:436)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1427)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1333)
	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:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Done. Took 1.1 sec
No changes