Skip to content

Console Output

The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-ee4j/jaxb-tck.git
 > git init /home/jenkins/agent/workspace/jaxb-tck_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jaxb-tck.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jaxb-tck.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jaxb-tck.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision d2e17675e425723fa0107fc7611d1e1f299fe1ce (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d2e17675e425723fa0107fc7611d1e1f299fe1ce # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master d2e17675e425723fa0107fc7611d1e1f299fe1ce # timeout=10
Commit message: "Merge pull request #86 from gurunrao/sec-jdk-21"
 > git rev-list --no-walk d2e17675e425723fa0107fc7611d1e1f299fe1ce # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10