Skip to content

Git Polling Log

Started on Mar 15, 2025, 8:06:00 PM
Using strategy: Default
[poll] Last Built Revision: Revision 85acea8b6d656add7c098d51f816f4ac34084fa2 (origin/master)
The recommended git tool is: NONE
No credentials specified
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git ls-remote -h -- https://gerrit.osmocom.org/osmo-e1-hardware # timeout=10
FATAL: hudson.plugins.git.GitException: Command "git ls-remote -h -- https://gerrit.osmocom.org/osmo-e1-hardware" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gerrit.osmocom.org/osmo-e1-hardware/': The requested URL returned error: 502

hudson.plugins.git.GitException: Command "git ls-remote -h -- https://gerrit.osmocom.org/osmo-e1-hardware" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gerrit.osmocom.org/osmo-e1-hardware/': The requested URL returned error: 502

	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2079)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2070)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:3739)
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:729)
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:688)
Caused: java.io.IOException
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:690)
	at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:419)
	at hudson.scm.SCM.poll(SCM.java:436)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1426)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1332)
	at jenkins.triggers.SCMTriggerItem$SCMTriggerItems$Bridge.poll(SCMTriggerItem.java:151)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:617)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:664)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Done. Took 0.1 sec
No changes