Started by user Martin Zemek Querying the current revision of branch developGitea... Current revision of branch developGitea is 34a8f1f4299675a415b54c9e81f86a7ffbd1956b Obtained Jenkinsfile from 34a8f1f4299675a415b54c9e81f86a7ffbd1956b Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in D:\Jenkins\workspace\organization_llll3_developGitea [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential JenkinsGlobalSSHKey > C:/Program Files/Git/cmd/git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > C:/Program Files/Git/cmd/git.exe config remote.origin.url ssh:///git@gitea.f.cz:-1/F/llll3.git # timeout=10 Fetching without tags Fetching upstream changes from ssh:///git@gitea.f.cz:-1/F/llll3.git > C:/Program Files/Git/cmd/git.exe --version # timeout=10 > C:/Program Files/Git/cmd/git.exe fetch --no-tags --force --progress -- ssh:///git@gitea.f.cz:-1/F/llll3.git +refs/heads/developGitea:refs/remotes/origin/developGitea # timeout=10 ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from ssh:///git@gitea.f.cz:-1/F/llll3.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: hudson.plugins.git.GitException: Command "C:/Program Files/Git/cmd/git.exe fetch --no-tags --force --progress -- ssh:///git@gitea.f.cz:-1/F/llll3.git +refs/heads/developGitea:refs/remotes/origin/developGitea" returned status code 128: stdout: stderr: Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907) ... 11 more [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline [Gitea] Notifying branch build status: FAILURE There was a failure building this commit [Gitea] Notified ERROR: Error fetching remote repo 'origin' Finished: FAILURE