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 74e0755fba80041509f8e378ab2c6e43202c42a1^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 74e0755fba80041509f8e378ab2c6e43202c42a1 # timeout=10
Checking out Revision 74e0755fba80041509f8e378ab2c6e43202c42a1 (origin/new-release)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 74e0755fba80041509f8e378ab2c6e43202c42a1
Commit message: "new-release addition"
 > git rev-list --no-walk 74e0755fba80041509f8e378ab2c6e43202c42a1 # timeout=10