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 abf6770c2ec33d6ae0b1fb93be1093081abb5a9f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f abf6770c2ec33d6ae0b1fb93be1093081abb5a9f
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master abf6770c2ec33d6ae0b1fb93be1093081abb5a9f
Commit message: "Feature 11010: Use of upstream helm charts for Prometheus and Grafana in OSM installation."
 > git rev-list --no-walk abf6770c2ec33d6ae0b1fb93be1093081abb5a9f # timeout=10