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/kokkos/kokkos/
> git init /var/jenkins/workspace/Kokkos_nightly # 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
Avoid second fetch
Checking out Revision e7fb7338730c4f17e8f5fed089a02426143098a4 (refs/remotes/origin/develop)
Commit message: "Merge pull request #8697 from science-enthusiast/name-scan-related-entities-better"
> git config remote.origin.url https://github.com/kokkos/kokkos/ # timeout=10
> git config --add remote.origin.fetch +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 e7fb7338730c4f17e8f5fed089a02426143098a4 # timeout=10