-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Component/s: ghprb-plugin
-
Environment:Prod
referencing JENKINS-24820
I have followed the instructions on https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin
to set this up.
I am able too test and confirm my token and user have access.
This is the console output I get when trying to get this build to run.
Building remotely on Api test node (sandbox.odentehcnologies.net) in workspace /var/jenkins/workspace/PROdenDal
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@github.com:OdenTech/oden_dal.git # timeout=10
Fetching upstream changes from git@github.com:OdenTech/oden_dal.git
> git --version # timeout=10
using GIT_SSH to set credentials Jenkins user
> git fetch --tags --progress git@github.com:OdenTech/oden_dal.git +refs/pull/:refs/remotes/origin/pr/
> git rev-parse origin/${ghprbActualCommit}^
> git rev-parse ${ghprbActualCommit}^{commit}
# timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE