Skip to content

Console Output

The recommended git tool is: git
using credential 0c503fb7-7bad-459f-81f1-71467b382d39
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/jenkins-agent/work/workspace/borg_release_3.3/.git # timeout=10
 > git config remote.origin.url git@bitbucket.org:aquila-consortium/borg.git # 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 
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- git@bitbucket.org:aquila-consortium/borg.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 8bb2e07796f601f3285863592e950a60f5ab2541 (refs/remotes/origin/release/3.3)
 > git rev-parse refs/remotes/origin/release/3.3^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bb2e07796f601f3285863592e950a60f5ab2541 # timeout=10
Commit message: "Update cosmotool"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release/3.3 8bb2e07796f601f3285863592e950a60f5ab2541 # timeout=10