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/NBI.git # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NBI.git
 > git --version # timeout=10
 > git fetch --tags --progress https://osm.etsi.org/gerrit/osm/NBI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 9de57444f3d2eb09ba2c08bf6bbc037bc33bba3d (v4.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9de57444f3d2eb09ba2c08bf6bbc037bc33bba3d
 > git rev-list a35dddd56a46639c9389100a2098566e2ec64f41 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10