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/N2VC.git
 > git init /home/jenkins/workspace/N2VC-stage_2-merge_paas # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/N2VC.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/N2VC.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/N2VC.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/N2VC.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/N2VC.git
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/N2VC.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 580c9d88e401968e03243ead221a3c077af04a96 (paas)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 580c9d88e401968e03243ead221a3c077af04a96
Commit message: "PyYAML fix"
 > git rev-list --no-walk 9fef262933e659fdb2a579ab412c6c09db21d7ce # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10