Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.5 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 76d3abdaa0d0c24a9aed00e465a1fd3b72dfcf46 (refs/remotes/origin/release-1.5)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-1.5^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76d3abdaa0d0c24a9aed00e465a1fd3b72dfcf46 # timeout=10
Commit message: "use gem-maven-plugin 2.0.1"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.5 76d3abdaa0d0c24a9aed00e465a1fd3b72dfcf46 # timeout=10
 > git rev-list --no-walk c102e7f4a5214940ac5bcdb324ed55451bcd3a6a # timeout=10