-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Jenkins of DEV@cloud
I had a small issue while trying to deploy my build on my run@cloud instance. Here is the trace of the build log :
ERROR: Publisher org.jenkins.plugins.cloudbees.CloudbeesPublisher aborted due to exception
java.lang.NullPointerException
at org.jenkins.plugins.cloudbees.CloudbeesPublisher.perform(CloudbeesPublisher.java:128)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:654)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:633)
at hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:792)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:580)
at hudson.model.Run.run(Run.java:1386)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:432)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
As I am french, i was foolish enough to enter "Sébastien BROUSSE" as the required name in the settings of the plugin. The resulting proposed Name in the job configuration was print with wrong caracter for the é.
My build returned successful as soon as i changed the é to e in the configuration of the plugin. So you might have an encoding issue.
Thanks,