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-766 # 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/766/head:refs/remotes/origin/PR-766 # timeout=10
Fetching without tags
Checking out Revision f3abdd9deaa32d1b6e6538862df8aeabe99eab7c (PR-766)
Commit message: "updated documentation for apple"
 > git config remote.origin.url https://github.com/ORNL/TASMANIAN.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/766/head:refs/remotes/origin/PR-766 # 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/766/head:refs/remotes/origin/PR-766 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f3abdd9deaa32d1b6e6538862df8aeabe99eab7c # timeout=10