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/NBI.git
 > git init /opt/jenkins/workspace/NBI-stage_2-merge_v8.0 # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NBI.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/NBI.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/NBI.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/NBI.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NBI.git
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/NBI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 93c192e5a15a3fe1d7d78cb4e444578c7e5d24e3 (v8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93c192e5a15a3fe1d7d78cb4e444578c7e5d24e3
Commit message: "change MANIFEST.in to remove tests from package"
 > git rev-list --no-walk 93c192e5a15a3fe1d7d78cb4e444578c7e5d24e3 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10