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-2.3 # 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 084af50d111be2c4517c7595670c75c7d9a59e0a (refs/remotes/origin/release-2.3)
Commit message: "use gem-maven-plugin 2.0.1"
 > 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-2.3^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 084af50d111be2c4517c7595670c75c7d9a59e0a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-2.3 084af50d111be2c4517c7595670c75c7d9a59e0a # timeout=10
 > git rev-list --no-walk e9f87b234ec05e9806f36b223d7a65938b3dd269 # timeout=10