Git Polling Log

Started on 07-Oct-2024 00:48:00
Using strategy: Default
[poll] Last Built Revision: Revision 0c6e1575dbb7e4470cfc88c624b1527ffb09d3ef (origin/master)
using .gitcredentials to set credentials
 > git --version
 > git init /home/tomcat/tomcat/temp/hudson3933833670236802703tmp
 > git config --local credential.helper store --file=/home/tomcat/tomcat/temp/git1394485808219033805.credentials
 > git ls-remote -h https://github.com/intellihouse/intellihouse.git master
 > git config --local --remove-section credential
FATAL: hudson.plugins.git.GitException: Command "git ls-remote -h https://github.com/intellihouse/intellihouse.git master" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://github.com/intellihouse/intellihouse.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

hudson.util.IOException2: hudson.plugins.git.GitException: Command "git ls-remote -h https://github.com/intellihouse/intellihouse.git master" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://github.com/intellihouse/intellihouse.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:458)
	at hudson.scm.SCM.poll(SCM.java:401)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1428)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1331)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:509)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:538)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
	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)
Caused by: hudson.plugins.git.GitException: Command "git ls-remote -h https://github.com/intellihouse/intellihouse.git master" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://github.com/intellihouse/intellihouse.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1325)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1186)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1110)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1101)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:1788)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:491)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:456)
	... 11 more
Done. Took 20 sec
No changes