Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@3eb6a32b; decorates RemoteLauncher[hudson.remoting.Channel@4a67f4:JNLP4-connect connection from 10.40.17.14/10.40.17.14:48176] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ditto/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto # timeout=10
Fetching upstream changes from https://github.com/eclipse-ditto/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ditto/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ditto/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6a467669592caf92b57622b98548036546a36cea (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a467669592caf92b57622b98548036546a36cea # timeout=10
Commit message: "fix eTag handling in UI, replacing "weak" on GET for all resources"
First time build. Skipping changelog.
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 6a467669592caf92b57622b98548036546a36cea # timeout=10