Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:jakartaee/jaxb-api.git
 > git init /home/jenkins/agent/workspace/jaxb-api-master-build # timeout=10
Fetching upstream changes from git@github.com:jakartaee/jaxb-api.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/jaxb-api-master-build@tmp/jenkins-gitclient-ssh8087926142127253052.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:jakartaee/jaxb-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:jakartaee/jaxb-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b2c0e7a71a857b279f8e684d319edc5587e075f0 (refs/remotes/origin/master)
Commit message: "typos, grammar, javadoc formatting, minor code cleanup"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b2c0e7a71a857b279f8e684d319edc5587e075f0 # timeout=10
 > git rev-list --no-walk 2156e6a53dc1150813a79254e369caec6f6059c9 # timeout=10