Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/ArborX_nightly/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/arborx/ArborX # timeout=10
Fetching upstream changes from https://github.com/arborx/ArborX
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress -- https://github.com/arborx/ArborX +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision dda1230bcba400bfcca32b883174c9d6e1d58df8 (refs/remotes/origin/master)
Commit message: "Merge pull request #1103 from aprokop/remove_all_nd_distributed"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dda1230bcba400bfcca32b883174c9d6e1d58df8 # timeout=10