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 # 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 a022dcc2f4082a9a1df894af63e098113b484994 (refs/remotes/origin/master)
 > 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/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a022dcc2f4082a9a1df894af63e098113b484994 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master a022dcc2f4082a9a1df894af63e098113b484994 # timeout=10
Commit message: "Merge pull request #1486 from bosch-io/ditto-30-blogpost"
 > git rev-list --no-walk 5d8b4f547d5880b79ddd12ed0cd3deb01bd9ced0 # timeout=10