Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential jenkins_bitbucket
Fetching changes from the remote Git repository
Fetching without tags
 > git rev-parse --resolve-git-dir /Users/jenkins/jenkins_build/workspace/borg_conda_release_3.3/.git # timeout=10
 > git config remote.origin.url git@bitbucket.org:aquila-consortium/borg_conda # timeout=10
Fetching upstream changes from git@bitbucket.org:aquila-consortium/borg_conda
 > git --version # timeout=10
 > git --version # 'git version 2.39.3 (Apple Git-145)'
using GIT_SSH to set credentials bitbucket access
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --no-tags --force --progress -- git@bitbucket.org:aquila-consortium/borg_conda +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 6497ca515e073039309faafaa46106599fa9b8d0 (release/3.3)
Commit message: "Fix version generation"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6497ca515e073039309faafaa46106599fa9b8d0 # timeout=10