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/arborx/ArborX.git
 > git init /var/jenkins/workspace/ArborX_master # timeout=10
Fetching upstream changes from https://github.com/arborx/ArborX.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/arborx/ArborX.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision f7f234fcbadccd2543c0ea5b86f375c15ba84a1e (master)
Commit message: "Merge pull request #1075 from aprokop/distributed_nearest_callback"
 > git config remote.origin.url https://github.com/arborx/ArborX.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7f234fcbadccd2543c0ea5b86f375c15ba84a1e # timeout=10