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/devops # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/devops
 > git --version # timeout=10
 > git fetch --tags --progress https://osm.etsi.org/gerrit/osm/devops +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/v6.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/v6.0^{commit} # timeout=10
Checking out Revision 8c3630e0f666cffd8c00de5dda395b87990005e1 (refs/remotes/origin/v6.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c3630e0f666cffd8c00de5dda395b87990005e1
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D v6.0 # timeout=10
 > git checkout -b v6.0 8c3630e0f666cffd8c00de5dda395b87990005e1
Commit message: "Fix cffi version to match the latest stable"
 > git rev-list --no-walk e83834a5c4af7583c80ea6110d8ec541aef3f39e # timeout=10