Console Output
The recommended git tool is: NONE
No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@55e02d2c; decorates RemoteLauncher[hudson.remoting.Channel@5a3c7418:JNLP4-connect connection from 141.94.166.188/141.94.166.188:41494] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/cuberite/cuberite.git
> git init /jenkins/workspace/source # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
> git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9712c5507c3a063313c69ffcb4579fb93f045a31 (origin/master)
Commit message: "Don't allow players in adventure mode to break blocks (#5293)"
> git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 9712c5507c3a063313c69ffcb4579fb93f045a31 # timeout=10
> git rev-list --no-walk 9712c5507c3a063313c69ffcb4579fb93f045a31 # timeout=10