Skip to content

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 with configured refspecs honoured and without tags
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_release-candidate-4.2.01 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/release-candidate-4.2.01:refs/remotes/origin/release-candidate-4.2.01 # timeout=10
Avoid second fetch
Checking out Revision d4a099599fdc6e9470cdc1c8ef891dc0cae7bdee (release-candidate-4.2.01)
Commit message: "Merge pull request #6749 from ndellingwood/cherrypick-6510-to-rc4201"
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release-candidate-4.2.01:refs/remotes/origin/release-candidate-4.2.01 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d4a099599fdc6e9470cdc1c8ef891dc0cae7bdee # timeout=10