Triggered by GitLab Merge Request #37: Loic Hausammann/implement_evolution => master Lightweight checkout support not available, falling back to full checkout. Checking out git https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git into /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@script to read Jenkinsfile Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@script/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git # timeout=10 Fetching upstream changes from https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' Setting http proxy: 172.17.170.12:8888 > git fetch --tags --progress https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git +refs/heads/*:refs/remotes/origin/* # timeout=10 skipping resolution of commit 66e32817aaef20349d2bb3a122554597634366ee, since it originates from another repository > git rev-parse refs/remotes/origin/implement_evolution^{commit} # timeout=10 Checking out Revision 66e32817aaef20349d2bb3a122554597634366ee (refs/remotes/origin/implement_evolution) > git config core.sparsecheckout # timeout=10 > git checkout -f 66e32817aaef20349d2bb3a122554597634366ee # timeout=10 Commit message: "Small updates" > git rev-list --no-walk 66e32817aaef20349d2bb3a122554597634366ee # timeout=10 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@2/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git # timeout=10 Fetching upstream changes from https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' Setting http proxy: 172.17.170.12:8888 > git fetch --tags --progress https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git +refs/heads/*:refs/remotes/origin/* # timeout=10 skipping resolution of commit 66e32817aaef20349d2bb3a122554597634366ee, since it originates from another repository > git rev-parse refs/remotes/origin/implement_evolution^{commit} # timeout=10 > git rev-parse origin/implement_evolution^{commit} # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Finished: FAILURE