|
||||||||
|
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/groups/opt_out.

jenkins 1.509.1 and jenkins git plugin 1.3.0
this bug is still here...but can be workaround easily.
============================
Branch Specifier: patch/tmp20130513/141148-7
console log:
git --version
git version 1.7.10.2 (Apple Git-33)
Fetching upstream changes from origin
No candidate revisions
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE
BUT if we add leading "origin/" . then it works.
============================
Branch Specifier | works or not |
master | Y |
origin/master | Y |
feature/test1 | N |
origin/feature/test1| Y |