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 /opt/jenkins/workspace/N2VC-stage_2-merge_feature7928 # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/N2VC.git
 > git --version # timeout=10
 > git fetch --no-tags --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 --progress https://osm.etsi.org/gerrit/osm/N2VC.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 2911434d2a0e24292c73f640f5df4cac9c447867 (feature7928)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2911434d2a0e24292c73f640f5df4cac9c447867
Commit message: "New N2VC API: generic connector and juju connector"
 > git rev-list --no-walk 64538d299dd5f23a5c843e2eafd6d32193f34aae # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10