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 ecf3f132b696fb51f22320a17477fa7b0a3001f1 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ecf3f132b696fb51f22320a17477fa7b0a3001f1
Commit message: "Fix pylint issues appeared with version 3.2.0 of pylint"
 > git rev-list --no-walk ecf3f132b696fb51f22320a17477fa7b0a3001f1 # timeout=10