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 --force --progress https://osm.etsi.org/gerrit/osm/osmclient.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision b1363edb9e054ff5a6478662f174a9076c6d4ec4 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1363edb9e054ff5a6478662f174a9076c6d4ec4
Commit message: "Fix bug 2240 to get packages from id and _id"
 > git rev-list --no-walk b1363edb9e054ff5a6478662f174a9076c6d4ec4 # timeout=10