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