Hi, I upgrade our CI server to the latest release from http://mirrors.jenkins-ci.org/war-stable/1.466.1/ , and so far we've discovered 2 small issues. This is Jenkins running on weblogic 10.3.4.
1) Adding a pre-build step in a maven project of type 'Invoke top level maven targets' always has the option 'use private maven repository' checked by default. As such not a problem but when I uncheck it, save the configuration and then go back into the job configuration it is checked again. 2) Publishing with the ftp deployment plugin (latest version) gives below error and fails the build: org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/String; java.lang.NoSuchMethodError: org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/String; at jenkins.plugins.publish_over.BapPublisher.printNumberOfFilesTransferred(BapPublisher.java:133) at jenkins.plugins.publish_over.BapPublisher.perform(BapPublisher.java:158) at jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:64) at jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:37) at hudson.FilePath.act(FilePath.java:839) at hudson.FilePath.act(FilePath.java:821) at jenkins.plugins.publish_over.BPInstanceConfig.perform(BPInstanceConfig.java:138) at jenkins.plugins.publish_over.BPPlugin.perform(BPPlugin.java:111) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:710) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:685) at hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:994) at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:632) at hudson.model.Run.run(Run.java:1463) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:239) Thanks, Jorg
