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

I made the mistake of upgrading all my Jenkins plugins yesterday. Now all my 10.04 builds are failing because of this issue.
Downgrading the plugin to 1.4.0 doesn't help: now I'm getting
FATAL: null
java.util.NoSuchElementException
at java.util.ArrayList$Itr.next(ArrayList.java:757)
at hudson.plugins.git.GitSCM.buildEnvVars(GitSCM.java:1345)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:938)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1079)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:671)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
at hudson.model.Run.execute(Run.java:1676)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Is there a solution that doesn't involve adding random PPAs to my Ubuntu 10.04 LTS systems? I don't care for pretty progress bars during clone time, and I'm managing my git credentials just fine with SSH pubkeys.