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 --force --progress https://osm.etsi.org/gerrit/osm/NBI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision d68526d51ba7fee30b35ed6acdfb85c1ffeea307 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d68526d51ba7fee30b35ed6acdfb85c1ffeea307
Commit message: "Fix Bug 2313: Development of User Management environmental variable"
 > git rev-list --no-walk d68526d51ba7fee30b35ed6acdfb85c1ffeea307 # timeout=10