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 48683b8ca543c63a03c8d594a768d48d4a1a87b9 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48683b8ca543c63a03c8d594a768d48d4a1a87b9
Commit message: "Bug 1830 fixed: maps completed operations to original operation types"
 > git rev-list --no-walk 48683b8ca543c63a03c8d594a768d48d4a1a87b9 # timeout=10