SuccessConsole Output

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/devops # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/devops
 > git --version # timeout=10
 > git fetch --tags --progress https://osm.etsi.org/gerrit/osm/devops +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/feature7106^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/feature7106^{commit} # timeout=10
Checking out Revision 59c9465cac22604312947eebde176fe784b8679d (refs/remotes/origin/feature7106)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 59c9465cac22604312947eebde176fe784b8679d
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D feature7106 # timeout=10
 > git checkout -b feature7106 59c9465cac22604312947eebde176fe784b8679d
 > git rev-list 59c9465cac22604312947eebde176fe784b8679d # timeout=10