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-ssh263201113385690691.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-leshan/leshan.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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
Avoid second fetch
Checking out Revision 4d3e63ac271a817f81fba3e3229c519af7a3049c (refs/remotes/origin/1.x)
Commit message: "Make DDFFileParser and DefaultDDFFileValidator safer."
First time build. Skipping changelog.
 > git rev-parse refs/remotes/origin/1.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4d3e63ac271a817f81fba3e3229c519af7a3049c # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 1.x 4d3e63ac271a817f81fba3e3229c519af7a3049c # timeout=10