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-4811 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --progress https://github.com/eclipse-ee4j/jersey.git +refs/pull/4811/head:refs/remotes/origin/PR-4811 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/4811/head:refs/remotes/origin/PR-4811 # 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 --progress https://github.com/eclipse-ee4j/jersey.git +refs/pull/4811/head:refs/remotes/origin/PR-4811 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit cb5257553e54573f6412581b1494b5c66dbe60c7 into PR head commit e1d9b2c79845c22dbf4e9f8e21ca6c46602a2df3
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1d9b2c79845c22dbf4e9f8e21ca6c46602a2df3 # timeout=10
Merge succeeded, producing e1d9b2c79845c22dbf4e9f8e21ca6c46602a2df3
Checking out Revision e1d9b2c79845c22dbf4e9f8e21ca6c46602a2df3 (PR-4811)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git merge cb5257553e54573f6412581b1494b5c66dbe60c7 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1d9b2c79845c22dbf4e9f8e21ca6c46602a2df3 # timeout=10
Commit message: "Merge branch 'master' into issue4742"