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/common.git
 > git init /home/jenkins/workspace/common-stage_2_v13.0 # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/common.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/common.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/common.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/common.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/common.git
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/common.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 303ffe4f33c7a0fcc6b5c267d402c0e7d44e5a57 (v13.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 303ffe4f33c7a0fcc6b5c267d402c0e7d44e5a57
Commit message: "Fix bug 2231: reverse_sync in fsmongo obtains file timestamp with UTC timezone instead of local timezone, so that filesystem and mongodb timestamps are correctly compared"
 > git rev-list --no-walk 9703a089aad8eecc9b1f96733db342cf937ed964 # timeout=10