Change By: Yuriy Syrovetskiy (23/Sep/14 8:31 AM)
Environment: os=ubuntu=12.04
jenkins=1.579
ghprb=1.16-0
Description: jenkins=1.579
ghprb=1.16-0

I configured project as documented in https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin
but I don't see any ghprb-sprecific env vars.
Especially Jenkins can not checkout ${sha1}, as sha1=""


{code:none}
Started by user cblp
Building in workspace /var/lib/jenkins/workspace/project
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.../cblp/project.git # timeout=10
Fetching upstream changes from https://github.../cblp/project.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.../cblp/project.git +refs/pull/*:refs/remotes/origin/pr/*
 > git rev-parse origin/${sha1}^{commit} # timeout=10
 > git rev-parse ${sha1}^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to