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 c16c321175fb40d880fa094a610a75a34fb4d8f2 (refs/remotes/origin/master)
Commit message: "Merge pull request #1140 from aprokop/kokkos_4.3_remove_min_max"
 > 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 c16c321175fb40d880fa094a610a75a34fb4d8f2 # timeout=10