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 a9e34f6c70518678923ff2db9712c5ec438d44c7 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9e34f6c70518678923ff2db9712c5ec438d44c7
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master a9e34f6c70518678923ff2db9712c5ec438d44c7
Commit message: "Remove functions from install_kubeadm_cluster.sh, moved to install_cluster_addons.sh"
 > git rev-list --no-walk a9e34f6c70518678923ff2db9712c5ec438d44c7 # timeout=10