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/bug1511^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/bug1511^{commit} # timeout=10
Checking out Revision aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b (refs/remotes/origin/bug1511)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D bug1511 # timeout=10
 > git checkout -b bug1511 aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b
Commit message: "Removing openvim"
 > git rev-list --no-walk aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b # timeout=10