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_master/.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/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision feeb684a771c345389d01cf3a801aafb5a02d3aa (master)
 > git config core.sparsecheckout # timeout=10
Commit message: "Merge pull request #266 from stvdwtt/mesh-flexibility"
 > git checkout -f feeb684a771c345389d01cf3a801aafb5a02d3aa # timeout=10
 > git rev-list --no-walk c84dc0c1c4a50094613d59a191a84960cab0a5f0 # timeout=10