Skip to content

Console Output

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/ECP-copa/Cabana.git
 > git init /var/jenkins/workspace/Cabana_PR-743 # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.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/ECP-copa/Cabana.git +refs/pull/743/head:refs/remotes/origin/PR-743 # timeout=10
Fetching without tags
Checking out Revision 36c1cd7e140129baebe5740431d07527be2799a4 (PR-743)
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/743/head:refs/remotes/origin/PR-743 # timeout=10
 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10
Fetching upstream changes from https://github.com/ECP-copa/Cabana.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/743/head:refs/remotes/origin/PR-743 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36c1cd7e140129baebe5740431d07527be2799a4 # timeout=10
Commit message: "fixup: allow intel to fail due to recurring CI issues"