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/POL.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/POL.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/POL.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 7a174797846b23398a51e4a1568063b2bc83d481 (bug1511)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a174797846b23398a51e4a1568063b2bc83d481
Commit message: "fix(scaling): min instance count now from right sol006 field and condition fixed. Bug 1388"
 > git rev-list --no-walk 7a174797846b23398a51e4a1568063b2bc83d481 # timeout=10