|
||||||||
|
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.

Hi,
I just ran into the same issue but the "use remote" workaround does not work. But maybe I forgot something.
I use Jenkins 1.515 with Git-Plugin 1.4.0 and Git-Client-Plugin 1.0.6.
The branch is named release/1.0.0.0, but I get this error, also if I use origin/release/1.0.0.0:
Fetching changes from 1 remote Git repository
Fetching upstream changes from repoName
No candidate revisions
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
java.io.FileNotFoundException: File 'C:\.jenkins\jobs\JobName\builds\2013-05-21_16-54-50\changelog.xml.temp' does not exist
at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:137)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1102)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1120)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:127)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1369)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
at hudson.model.Run.execute(Run.java:1575)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:241)
So if there are any hints to my issue...
BTW, anything is fine if I try to build branches like "master" or "develop"