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/osmclient.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/osmclient.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/osmclient.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 309083dc64655bb4c6f58caa7d7b255692fb52df (sol006v331)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 309083dc64655bb4c6f58caa7d7b255692fb52df
Commit message: "Update from master"
 > git rev-list --no-walk 77aa27e0df225caefbd43cecc287e615dd2122ec # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10