Started by user anonymous Building in workspace /var/lib/jenkins/jobs/test-multi-branch/branches/PR-27/workspace Cloning the remote Git repository Cloning repository https://github.com/private/repo.git > git init /var/lib/jenkins/jobs/test-multi-branch/branches/PR-27/workspace # timeout=10 Fetching upstream changes from https://github.com/private/repo.git > git --version # timeout=10 using .gitcredentials to set credentials > git config --local credential.username my-user # timeout=10 > git config --local credential.helper store --file=/tmp/git4891900535821671503.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/private/repo.git +refs/heads/*:refs/remotes/origin/* > git config --local --remove-section credential # timeout=10 > git config remote.origin.url https://github.com/private/repo.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/private/repo.git # timeout=10 Fetching upstream changes from https://github.com/private/repo.git using .gitcredentials to set credentials > git config --local credential.username my-user # timeout=10 > git config --local credential.helper store --file=/tmp/git571539317037453523.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/private/repo.git +refs/heads/*:refs/remotes/origin/* > git config --local --remove-section credential # timeout=10 > git config remote.origin1.url https://github.com/private/repo.git # timeout=10 Fetching upstream changes from https://github.com/private/repo.git using .gitcredentials to set credentials > git config --local credential.username my-user # timeout=10 > git config --local credential.helper store --file=/tmp/git8818716521234454688.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/private/repo.git +refs/pull/*/head:refs/remotes/origin/pr/* > git config --local --remove-section credential # timeout=10 > git rev-parse origin/PR-27^{commit} # timeout=10 > git rev-parse origin1/PR-27^{commit} # timeout=10 > git rev-parse PR-27^{commit} # timeout=10 ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Finished: FAILURE