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 --progress https://osm.etsi.org/gerrit/osm/POL.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 1d11b660fd0b97f7abd89af0cc67508093c23ea5 (v9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d11b660fd0b97f7abd89af0cc67508093c23ea5
Commit message: "Resolved bug 1685 - POL hangs waiting for webhook response"
 > git rev-list --no-walk 1d11b660fd0b97f7abd89af0cc67508093c23ea5 # timeout=10