Skip to content

Console Output

The recommended git tool is: git
using credential github-bot-ssh
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/asm-build/.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.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/asm-build@tmp/jenkins-gitclient-ssh18173541303836853042.key
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 44f8f2ccccb5689b1cfa7156b5fa3b5de31339a7 (refs/remotes/origin/master)
Commit message: "Travis-CI removal (#1220)"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44f8f2ccccb5689b1cfa7156b5fa3b5de31339a7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 44f8f2ccccb5689b1cfa7156b5fa3b5de31339a7 # timeout=10