Skip to content

Console Output

The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/repairnator.git
 > git init /home/jenkins/agent/workspace/repairnator-ci_PR-1201 # timeout=10
Fetching upstream changes from https://github.com/eclipse/repairnator.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/repairnator.git +refs/pull/1201/head:refs/remotes/origin/PR-1201 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 47558818fd436f3eb314f9cad8c0440a560a482e into PR head commit 13c44e6c66041aec80a2a0c0070309ae93efdfa3
 > git config remote.origin.url https://github.com/eclipse/repairnator.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1201/head:refs/remotes/origin/PR-1201 # 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/repairnator.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/repairnator.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/repairnator.git +refs/pull/1201/head:refs/remotes/origin/PR-1201 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 13c44e6c66041aec80a2a0c0070309ae93efdfa3 # timeout=10