SuccessConsole Output

No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://osm.etsi.org/gerrit/osm/NBI.git
 > git init /home/jenkins/workspace/NBI-stage_2_master # timeout=10
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/*
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/NBI.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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 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