Console Output
The recommended git tool is: git
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/text-image-link-editor.git
> git init /var/lib/jenkins/jobs/lab-linkeditor/branches/develop/workspace # timeout=10
Fetching upstream changes from https://gitlab.gwdg.de/dariah-de/textgridlab/text-image-link-editor.git
> git --version # timeout=10
> git --version # 'git version 2.17.1'
> git fetch --no-tags --progress -- https://gitlab.gwdg.de/dariah-de/textgridlab/text-image-link-editor.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://gitlab.gwdg.de/dariah-de/textgridlab/text-image-link-editor.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision f1030204b6643d562d32d0ffd995233f2969db33 (develop)
> git config core.sparsecheckout # timeout=10
> git checkout -f f1030204b6643d562d32d0ffd995233f2969db33 # timeout=10
Commit message: "version update to 4.0.0-SNAPSHOT"
> git rev-list --no-walk f1030204b6643d562d32d0ffd995233f2969db33 # timeout=10