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/NG-UI.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NG-UI.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/NG-UI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 60f0a51c47cca2eaff2e9cf55deacf0c90548f04 (v15.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60f0a51c47cca2eaff2e9cf55deacf0c90548f04
Commit message: "Fix Bug 2344: OSM Version is not showing while refreshing the UI dashboard"
 > git rev-list --no-walk 60f0a51c47cca2eaff2e9cf55deacf0c90548f04 # timeout=10