Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/adamantine-sim/adamantine.git
 > git init /var/jenkins/workspace/adamantine_PR-267 # timeout=10
Fetching upstream changes from https://github.com/adamantine-sim/adamantine.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/adamantine-sim/adamantine.git +refs/pull/267/head:refs/remotes/origin/PR-267 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit feeb684a771c345389d01cf3a801aafb5a02d3aa into PR head commit 9def37e8b4c37b62101caa4c29ec2d1835f1231c
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/267/head:refs/remotes/origin/PR-267 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
Fetching upstream changes from https://github.com/adamantine-sim/adamantine.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/adamantine-sim/adamantine.git +refs/pull/267/head:refs/remotes/origin/PR-267 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9def37e8b4c37b62101caa4c29ec2d1835f1231c # timeout=10
Merge succeeded, producing 9def37e8b4c37b62101caa4c29ec2d1835f1231c
Checking out Revision 9def37e8b4c37b62101caa4c29ec2d1835f1231c (PR-267)
Commit message: "change the convention for the z-offset of the deposition box for scan-path-based deposition"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge feeb684a771c345389d01cf3a801aafb5a02d3aa # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9def37e8b4c37b62101caa4c29ec2d1835f1231c # timeout=10