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@ed8b2fe0; decorates RemoteLauncher[hudson.remoting.Channel@fed1d1b8:JNLP4-connect connection from 10.40.42.223/10.40.42.223:40314] 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-release-3.5 # 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
Avoid second fetch
Checking out Revision 20e59f896b81455c7f2ba216a20d90ec3755fe01 (refs/remotes/origin/release-3.5)
 > 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
 > git rev-parse refs/remotes/origin/release-3.5^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10
Commit message: "prepared Helm chart for Ditto 3.5.4"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-3.5 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10
 > git rev-list --no-walk 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10