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
Fetching without tags
Checking out Revision 4621c864390ce86d0e55ad0f2a844aaf4f4150a1 (develop)
Commit message: "Merge pull request #6742 from masterleinad/cleanup_trilinos_cmake_cxx_flags"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_develop/.git # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4621c864390ce86d0e55ad0f2a844aaf4f4150a1 # timeout=10