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 e2f188cc27bf30fc4ee7b43a8d5c16a4ed0d8bdc (sol006)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e2f188cc27bf30fc4ee7b43a8d5c16a4ed0d8bdc
Commit message: "minor fix at flavor, images"
 > git rev-list --no-walk da48a126c335c1771ddded06a7018d2e8b40c8cd # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10