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_v8.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 a50ed0bd1ad4fd674cd59fc4a649aa744f8a8403 (v8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a50ed0bd1ad4fd674cd59fc4a649aa744f8a8403
Commit message: "Bug 1413 Domains don't appear in create project/user dropdown using Keystone and LDAP for authentication"
 > git rev-list --no-walk a50ed0bd1ad4fd674cd59fc4a649aa744f8a8403 # timeout=10