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/damantine_introduce_heat_sources # timeout=10
Fetching upstream changes from https://github.com/adamantine-sim/adamantine.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/adamantine-sim/adamantine.git +refs/heads/introduce_heat_sources:refs/remotes/origin/introduce_heat_sources # timeout=10
Avoid second fetch
Checking out Revision 63407f7b0df27ec9a7e5ef71a69a8557f83c9356 (introduce_heat_sources)
Commit message: "Update ScanPath implementation"
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/introduce_heat_sources:refs/remotes/origin/introduce_heat_sources # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63407f7b0df27ec9a7e5ef71a69a8557f83c9356 # timeout=10