Skip to content

Console Output

The recommended git tool is: git
using credential jenkins_bitbucket
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@bitbucket.org:aquila-consortium/borg.git
 > git init /home/jenkins-agent/work/workspace/borg_release_3.3 # timeout=10
Fetching upstream changes from git@bitbucket.org:aquila-consortium/borg.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
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.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 8bb2e07796f601f3285863592e950a60f5ab2541 (release/3.3)
 > git config remote.origin.url git@bitbucket.org:aquila-consortium/borg.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bb2e07796f601f3285863592e950a60f5ab2541 # timeout=10
Commit message: "Update cosmotool"
 > git rev-list --no-walk 8bb2e07796f601f3285863592e950a60f5ab2541 # timeout=10