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
> 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.43.0'
using GIT_ASKPASS to set credentials
> git fetch --tags --force --progress -- https://github.com/kokkos/kokkos/ +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision f4de0debe3053bb1babc084b5731ad938952f563 (refs/remotes/origin/develop)
> git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f4de0debe3053bb1babc084b5731ad938952f563 # timeout=10
Commit message: "[CI] Change hpsf CI on Hopper to Cuda 13 (#8657)"