SuccessConsole Output

 > 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 remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 1c40ce6738f7317013067981561329a807f2302f # timeout=10
Checking out Revision 1c40ce6738f7317013067981561329a807f2302f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1c40ce6738f7317013067981561329a807f2302f
Commit message: "Update mc-file"
 > git rev-list 56e93b1f6d57e12479125575c6b587ae27136444 # timeout=10