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