80%
WDescription%
Build stability: 1 out of the last 5 builds failed.80
Test Result: 0 tests failing out of a total of 18 tests.100
Build History
x
 
 
 
 
 
 
 
 
 
 

Git Polling Log

Started on Feb 9, 2026 6:58:00 PM
Using strategy: Default
[poll] Last Built Revision: Revision 146713deb22654af1434fae762079aa51d0e4405 (1.0.1)
The recommended git tool is: NONE
No credentials specified
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git ls-remote -h -- https://github.com/dataoneorg/bookkeeper-api # timeout=10
FATAL: hudson.plugins.git.GitException: Command "git ls-remote -h -- https://github.com/dataoneorg/bookkeeper-api" returned status code 128:
stdout: 
stderr: remote: Internal Server Error
fatal: unable to access 'https://github.com/dataoneorg/bookkeeper-api/': The requested URL returned error: 500

hudson.plugins.git.GitException: Command "git ls-remote -h -- https://github.com/dataoneorg/bookkeeper-api" returned status code 128:
stdout: 
stderr: remote: Internal Server Error
fatal: unable to access 'https://github.com/dataoneorg/bookkeeper-api/': The requested URL returned error: 500

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1951)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1942)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:3325)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:718)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:677)
Caused: java.io.IOException
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:679)
	at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:401)
	at hudson.scm.SCM.poll(SCM.java:418)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1388)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1291)
	at jenkins.triggers.SCMTriggerItem$SCMTriggerItems$Bridge.poll(SCMTriggerItem.java:143)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:606)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:652)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)
Done. Took 2 min 11 sec
No changes