Started by user Tom Strijmeers
Running as SYSTEM
Building on the built-in node in workspace /buildsystem/.jenkins/workspace/....
The recommended git tool is: NONE
using credential jenkins_user
Cloning the remote Git repository
Cloning repository https://<OUR_INTERNAL_FORGEJO_SERVER>
 > git init /buildsystem/.jenkins/workspace/... # timeout=10
Fetching upstream changes from https://<OUR_INTERNAL_FORGEJO_SERVER>
 > git --version # timeout=10
 > git --version # 'git version 2.43.5'
using GIT_ASKPASS to set credentials jenkins user on <OUR_INTERNAL_FORGEJO_SERVER>
 > git fetch --tags --force --progress -- https://<OUR_INTERNAL_FORGEJO_SERVER> +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://<OUR_INTERNAL_FORGEJO_SERVER> +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: mismatched algorithms: client sha1; server sha256

	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$1.execute(CliGitAPIImpl.java:635)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
	at hudson.scm.SCM.checkout(SCM.java:540)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
	at hudson.model.Run.execute(Run.java:1894)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE