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/POL.git
 > git init /opt/jenkins/workspace/POL-stage_2-merge_v7.0 # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/POL.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/POL.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/POL.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/POL.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/POL.git
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/POL.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 3680c9a8c5cdf169013c0c1b38748ea04781aa4a (v7.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3680c9a8c5cdf169013c0c1b38748ea04781aa4a
Commit message: "fix(healthcheck): new flag implemented as a file for health checking in POL (it only appears after all migrations and connections were made)"
 > git rev-list --no-walk 3680c9a8c5cdf169013c0c1b38748ea04781aa4a # timeout=10