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 3d27bf596c2ecf985f811d7e71b073c6ecc40d01 (refs/remotes/origin/develop)
Commit message: "Merge pull request #7077 from crtrott/fix-dynamic-extent-definition"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_nightly/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos/ # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos/
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress -- https://github.com/kokkos/kokkos/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d27bf596c2ecf985f811d7e71b073c6ecc40d01 # timeout=10