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 e9d3a27b5ef47c03dd44c823d32da11b96c9a3d5 (v14.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e9d3a27b5ef47c03dd44c823d32da11b96c9a3d5
Commit message: "Fix Bug 2309: VIM update issue"
 > git rev-list --no-walk e9d3a27b5ef47c03dd44c823d32da11b96c9a3d5 # timeout=10