Console Output
The recommended git tool is: git
using credential 465b45c1-8ef2-4c92-994f-851bac55f618
Cloning the remote Git repository
Cloning repository git@github.com:CCP-WSI/ccp-wsi.git
> git init /Users/jenkins/workspace/CCP-WSI/pipeline_dev # timeout=10
Fetching upstream changes from git@github.com:CCP-WSI/ccp-wsi.git
> git --version # timeout=10
> git --version # 'git version 2.17.2 (Apple Git-113)'
using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key
> git fetch --tags --progress -- git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision fc6f1dfb835414abcbdaac3ca2ae448970807768 (refs/remotes/origin/dev)
> git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f fc6f1dfb835414abcbdaac3ca2ae448970807768 # timeout=10
Commit message: "Merge pull request #59 from CCP-WSI/dynamicFvMeshNEW_library_OFv2212"