SuccessConsole Output

using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:etsi-cti-admin/test-repo.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:etsi-cti-admin/test-repo.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:etsi-cti-admin/test-repo.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse 102fa27543aa6ff6a45b336ad92b5bc6abc34edc^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 102fa27543aa6ff6a45b336ad92b5bc6abc34edc # timeout=10
Checking out Revision 102fa27543aa6ff6a45b336ad92b5bc6abc34edc (origin/new-release)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 102fa27543aa6ff6a45b336ad92b5bc6abc34edc
Commit message: "Merge branch 'master' into 'new-release'"
 > git rev-list --no-walk 102fa27543aa6ff6a45b336ad92b5bc6abc34edc # timeout=10