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 dcf0b7744577eaaef0b2a9ac4006589e6d39cbd2 (v14.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dcf0b7744577eaaef0b2a9ac4006589e6d39cbd2
Commit message: "Feature 10999: Dual-Stack IP Support for VNFs in SOL003 VNFM Interface"
 > git rev-list --no-walk 3cbec01d14710810232b2d1053ad1f706a041f2f # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10