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 7e71a33996396f83dbf4723b43971c164f5159c0 (refs/remotes/origin/main)
Commit message: "Initial contribution"
 > 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-ssh3250181106727764538.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 7e71a33996396f83dbf4723b43971c164f5159c0 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 7e71a33996396f83dbf4723b43971c164f5159c0 # timeout=10