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/jakartaee-tck.git
 > git init /home/jenkins/agent/workspace/jakartaee-tck_10.0.x # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-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/jakartaee-tck.git +refs/heads/10.0.x:refs/remotes/origin/10.0.x # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jakartaee-tck.git # timeout=10
Avoid second fetch
Checking out Revision 72febcdad2a91a6cef4992aa90a9eae656e500f3 (10.0.x)
 > git config --add remote.origin.fetch +refs/heads/10.0.x:refs/remotes/origin/10.0.x # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 72febcdad2a91a6cef4992aa90a9eae656e500f3 # timeout=10
Commit message: "Merge pull request #1246 from scottmarlow/platformtck_10.0.4"
 > git rev-list --no-walk 72febcdad2a91a6cef4992aa90a9eae656e500f3 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10