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