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
Checking out Revision 90ac5968dc6e20257866c8ca0098f47663431cb3 (PR-250)
Commit message: "Add jenkins pipeline options"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/adamantine_PR-250/.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/250/head:refs/remotes/origin/PR-250 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 90ac5968dc6e20257866c8ca0098f47663431cb3 # timeout=10
 > git rev-list --no-walk 90ac5968dc6e20257866c8ca0098f47663431cb3 # timeout=10