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/ORNL/TASMANIAN.git
 > git init /var/jenkins/workspace/Tasmanian_PR-770 # timeout=10
Fetching upstream changes from https://github.com/ORNL/TASMANIAN.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/ORNL/TASMANIAN.git +refs/pull/770/head:refs/remotes/origin/PR-770 # timeout=10
Fetching without tags
Checking out Revision 41f9aa52a0176ffff258daedfc429db2fdabd9f0 (PR-770)
Commit message: "remove the doxygen autodeploy"
 > git config remote.origin.url https://github.com/ORNL/TASMANIAN.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/770/head:refs/remotes/origin/PR-770 # timeout=10
 > git config remote.origin.url https://github.com/ORNL/TASMANIAN.git # timeout=10
Fetching upstream changes from https://github.com/ORNL/TASMANIAN.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/ORNL/TASMANIAN.git +refs/pull/770/head:refs/remotes/origin/PR-770 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 41f9aa52a0176ffff258daedfc429db2fdabd9f0 # timeout=10