Skip to content

Console Output

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/.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 remotes/origin/master, since it originates from another repository
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 3e2e22bffeea2e0e3b17043862c078e29a2189a2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3e2e22bffeea2e0e3b17043862c078e29a2189a2 # timeout=10
Commit message: "Merge branch 'intel' into 'master'"