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/v8.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/v8.0^{commit} # timeout=10
Checking out Revision a399630a503a37d0f0fd2c7fd760a35d72305556 (refs/remotes/origin/v8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a399630a503a37d0f0fd2c7fd760a35d72305556
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D v8.0 # timeout=10
 > git checkout -b v8.0 a399630a503a37d0f0fd2c7fd760a35d72305556
Commit message: "Change VM Size"
 > git rev-list --no-walk a399630a503a37d0f0fd2c7fd760a35d72305556 # timeout=10