Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitlab.gwdg.de/dariah-de/textgridlab/base.git
> git init /var/lib/jenkins/jobs/lab-base/branches/release-4-0.r1ig5t/workspace # timeout=10
Fetching upstream changes from https://gitlab.gwdg.de/dariah-de/textgridlab/base.git
> git --version # timeout=10
> git --version # 'git version 2.17.1'
> git fetch --no-tags --progress -- https://gitlab.gwdg.de/dariah-de/textgridlab/base.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://gitlab.gwdg.de/dariah-de/textgridlab/base.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e5e1e3d22efcd2565b8ebbbd0052d34e0ff9b173 (release/4.0)
> git config core.sparsecheckout # timeout=10
> git checkout -f e5e1e3d22efcd2565b8ebbbd0052d34e0ff9b173 # timeout=10
Commit message: "prerelease path for 4.0.0"
> git rev-list --no-walk e5e1e3d22efcd2565b8ebbbd0052d34e0ff9b173 # timeout=10