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/jersey.git
 > git init /home/jenkins/agent/workspace/continuous-integration_PR-5137 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5137/head:refs/remotes/origin/PR-5137 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit f0754eb2888ab85901f14c0b8b17c4eaa4e553ac into PR head commit cee2185b82c17f77024603446f69e0b59b82e421
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5137/head:refs/remotes/origin/PR-5137 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5137/head:refs/remotes/origin/PR-5137 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cee2185b82c17f77024603446f69e0b59b82e421 # timeout=10
Merge succeeded, producing cee2185b82c17f77024603446f69e0b59b82e421
Checking out Revision cee2185b82c17f77024603446f69e0b59b82e421 (PR-5137)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git merge f0754eb2888ab85901f14c0b8b17c4eaa4e553ac # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cee2185b82c17f77024603446f69e0b59b82e421 # timeout=10
Commit message: "Fix test issues"