Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Fetching changes from the remote Git repository
Checking out Revision 4fc5e10361cfb7ca7c7182bd785c4e7136ac0975 (refs/remotes/origin/main)
Commit message: "Update archiver dependency"
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-build-support-build/.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink-build-support.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink-build-support.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/eclipselink-build-support-build@tmp/jenkins-gitclient-ssh10079295985002676607.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink-build-support.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4fc5e10361cfb7ca7c7182bd785c4e7136ac0975 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 4fc5e10361cfb7ca7c7182bd785c4e7136ac0975 # timeout=10