SuccessConsole Output

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > 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 --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/POL.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 90c437db951c5d9cebac47c65f7aefd2cf6e7577 (v12.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 90c437db951c5d9cebac47c65f7aefd2cf6e7577
Commit message: "Bug 2113 fix: POL upgrade from v10.1.1 to v12.0.0 fails due to changes in databases"
 > git rev-list --no-walk 90c437db951c5d9cebac47c65f7aefd2cf6e7577 # timeout=10