Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/adamantine_PR-270/.git # 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
 > 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/270/head:refs/remotes/origin/PR-270 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit c027c323a6bb7cfa86323c6d298ae34d685c988b into PR head commit 8e0abe8bf84ec247040f84d04feee334839af7d9
Merge succeeded, producing 8e0abe8bf84ec247040f84d04feee334839af7d9
Checking out Revision 8e0abe8bf84ec247040f84d04feee334839af7d9 (PR-270)
Commit message: "Refine the mesh at the first time step and improve verbose output"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e0abe8bf84ec247040f84d04feee334839af7d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge c027c323a6bb7cfa86323c6d298ae34d685c988b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e0abe8bf84ec247040f84d04feee334839af7d9 # timeout=10