Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Checking out Revision c1f549906a2dcfd14b241fea24979583c6342c81 (refs/remotes/origin/master)
Commit message: "Merge pull request #1153 from aprokop/kokkos_4.4_remove_array_proxy_arg"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/ArborX_nightly/.git # timeout=10
 > 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.25.1'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/arborx/ArborX +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 c1f549906a2dcfd14b241fea24979583c6342c81 # timeout=10