Started by user devspace [Pipeline] Start of Pipeline [Pipeline] node Running on testintegration in /home/omero/workspace/WEBSITE-push [Pipeline] { [Pipeline] library Loading library recursiveMerge@your-debug-branch Attempting to resolve your-debug-branch from remote references... > git --version # timeout=10 > git --version # 'git version 2.47.3' > git ls-remote -- https://github.com/pwalczysko/jenkins-library-recursivemerge.git # timeout=10 Could not find your-debug-branch in remote references. Pulling heads to local for deep search... Creating git repository in /var/jenkins_home/caches/git-aea69f5a55ec6723f111d6b42dd59686 > git init /var/jenkins_home/caches/git-aea69f5a55ec6723f111d6b42dd59686 # timeout=10 Setting origin to https://github.com/pwalczysko/jenkins-library-recursivemerge.git > git config remote.origin.url https://github.com/pwalczysko/jenkins-library-recursivemerge.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.47.3' > git config --get remote.origin.url # timeout=10 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse your-debug-branch^{commit} # timeout=10 ERROR: Could not resolve your-debug-branch hudson.plugins.git.GitException: Command "git rev-parse your-debug-branch^{commit}" returned status code 128: stdout: your-debug-branch^{commit} stderr: fatal: ambiguous argument 'your-debug-branch^{commit}': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2852) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2777) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2772) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2055) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2067) at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:1124) at PluginClassLoader for git-client//hudson.plugins.git.GitAPI.revParse(GitAPI.java:421) at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource$10.run(AbstractGitSCMSource.java:1038) at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource$10.run(AbstractGitSCMSource.java:1032) at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:419) at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:341) at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource.retrieve(AbstractGitSCMSource.java:1032) at PluginClassLoader for scm-api//jenkins.scm.api.SCMSource.fetch(SCMSource.java:631) at PluginClassLoader for pipeline-groovy-lib//org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.lambda$retrieve$0(SCMSourceRetriever.java:75) at PluginClassLoader for pipeline-groovy-lib//org.jenkinsci.plugins.workflow.libs.SCMBasedRetriever.retrySCMOperation(SCMBasedRetriever.java:245) at PluginClassLoader for pipeline-groovy-lib//org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrieve(SCMSourceRetriever.java:75) at PluginClassLoader for pipeline-groovy-lib//org.jenkinsci.plugins.workflow.libs.LibraryAdder.retrieve(LibraryAdder.java:298) at PluginClassLoader for pipeline-groovy-lib//org.jenkinsci.plugins.workflow.libs.LibraryStep$Execution.run(LibraryStep.java:245) at PluginClassLoader for pipeline-groovy-lib//org.jenkinsci.plugins.workflow.libs.LibraryStep$Execution.run(LibraryStep.java:164) at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) 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) [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No version your-debug-branch found for library recursiveMerge Finished: FAILURE