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.0 # 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
 > 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.0^{commit} # timeout=10
Checking out Revision 2a2353a9f128c2542ecb52bb1f68ee6de500bd0a (refs/remotes/origin/release-1.0)
Commit message: "update gem-maven-plugin version to 2.0.1"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a2353a9f128c2542ecb52bb1f68ee6de500bd0a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.0 2a2353a9f128c2542ecb52bb1f68ee6de500bd0a # timeout=10