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 repository https://github.com/arborx/ArborX
 > git init /var/jenkins/workspace/ArborX_nightly # 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
Avoid second fetch
Checking out Revision bbd63ae48a560cc642fd1e0f7bd2e2161a033966 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/arborx/ArborX # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bbd63ae48a560cc642fd1e0f7bd2e2161a033966 # timeout=10
Commit message: "Switch spheres to new hyper-dimensional ones (#1146)"