Skip to content

Console Output

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/ECP-copa/Cabana.git
 > git init /var/jenkins/workspace/Cabana_PR-742 # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.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/ECP-copa/Cabana.git +refs/pull/742/head:refs/remotes/origin/PR-742 # timeout=10
Fetching without tags
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/742/head:refs/remotes/origin/PR-742 # timeout=10
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/742/head:refs/remotes/origin/PR-742 # timeout=10
Checking out Revision e366393c4c7c22fff0e9165a000bb1a4f74de7e5 (PR-742)
Commit message: "Added prefix argument to Grid writeTimeStep"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e366393c4c7c22fff0e9165a000bb1a4f74de7e5 # timeout=10