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