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/tests.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/tests.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/tests.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision a4b669eca2d65335e5c1896550e2adf7939b9759 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4b669eca2d65335e5c1896550e2adf7939b9759
Commit message: "Fix OSM_HOSTNAME for public cloud tests in Azure"
 > git rev-list --no-walk a4b669eca2d65335e5c1896550e2adf7939b9759 # timeout=10