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/devops # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/devops
 > git --version # timeout=10
 > git fetch --tags --progress https://osm.etsi.org/gerrit/osm/devops +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/py3^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/py3^{commit} # timeout=10
Checking out Revision 0e5f5fe18d9d821ab018e4cb5708f567912af568 (refs/remotes/origin/py3)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e5f5fe18d9d821ab018e4cb5708f567912af568
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D py3 # timeout=10
 > git checkout -b py3 0e5f5fe18d9d821ab018e4cb5708f567912af568
Commit message: "generate_descriptor_pkg.sh: improved detection of allowed files"
 > git rev-list --no-walk 0e5f5fe18d9d821ab018e4cb5708f567912af568 # timeout=10