SuccessConsole Output

No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://osm.etsi.org/gerrit/osm/NG-UI.git
 > git init /opt/jenkins/workspace/NG-UI-stage_2-merge_v9.0 # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NG-UI.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/NG-UI.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/NG-UI.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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 fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/NG-UI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision ba4b4578c75dd43447c33c8be5d4fd39414e1002 (v9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba4b4578c75dd43447c33c8be5d4fd39414e1002
Commit message: "Fix bug 1585 to Interface Access Problem OSM 9.1.2 in NG-UI"
 > git rev-list --no-walk ba4b4578c75dd43447c33c8be5d4fd39414e1002 # timeout=10