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/RO.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/RO.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/RO.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision fa3fcb25ede27fe1ad677e1a4bccb801433aa711 (v8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa3fcb25ede27fe1ad677e1a4bccb801433aa711
Commit message: "fix(neutron): neutron package now handled by PIP instead of APT"
 > git rev-list --no-walk fa3fcb25ede27fe1ad677e1a4bccb801433aa711 # timeout=10