Skip to content

Console Output

The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-leshan/leshan.git
 > git init /home/jenkins/agent/workspace/leshan-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-leshan/leshan.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/leshan-release@tmp/jenkins-gitclient-ssh18007645240984970460.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-leshan/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d9a0688244a632bdeafc17b0ae0509f6486dcf6e (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse-leshan/leshan.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 d9a0688244a632bdeafc17b0ae0509f6486dcf6e # timeout=10
Commit message: "GH-1542: Fix regression about creating attributes with null value."
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master d9a0688244a632bdeafc17b0ae0509f6486dcf6e # timeout=10
 > git rev-list --no-walk 29577d2879ba8e7674c3b216a7f01193fc7ae013 # timeout=10