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/NBI.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NBI.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/NBI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 14d07f80add701523a7b2235a1fdf4048b0a3798 (paas)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 14d07f80add701523a7b2235a1fdf4048b0a3798
Commit message: "Fix flake8 error caused by using type instead of isinstance"
 > git rev-list --no-walk 7e2f202b90735d488ca58f7b528ba2b365495070 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10