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 --force --progress https://osm.etsi.org/gerrit/osm/devops +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 36a09fe79bef2ceab5ce930c4fc337bf9c0dc54b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36a09fe79bef2ceab5ce930c4fc337bf9c0dc54b
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 36a09fe79bef2ceab5ce930c4fc337bf9c0dc54b
Commit message: "Update K8s version in install_kubeadm_cluster.sh to 1.28"
 > git rev-list --no-walk b716681187265de2701481ac46db8a95d467861a # timeout=10