SuccessConsole Output

No credentials specified
 > 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 without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NBI.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/NBI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 8ebbe65190c848d37224ec78315dd075db112cec (sol006v331)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ebbe65190c848d37224ec78315dd075db112cec
Commit message: "Updating refs to own branch"
 > git rev-list --no-walk 663f6ba6b54541df695222b5236bd24992ed8a16 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10