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/osmclient.git
 > git init /opt/jenkins/workspace/osmclient-stage_2-merge_v9.0 # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/osmclient.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/osmclient.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/osmclient.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/osmclient.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/osmclient.git
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/osmclient.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 1cbff09ebd242dcba9e0011c083e13e5623f1f5d (v9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1cbff09ebd242dcba9e0011c083e13e5623f1f5d
Commit message: "Fixes bug 1658 package-create update with sol006 templates"
 > git rev-list --no-walk 1cbff09ebd242dcba9e0011c083e13e5623f1f5d # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10