-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Component/s: flexible-publish-plugin
-
Labels:None
-
Environment:CentOS 6.4
Jenkins v1.534
Plugin v0.12
-
Similar Issues:
Setup:
I have 3 conditonal steps post-build.
StackTrace:
ERROR: Publisher org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher aborted due to exception
java.lang.NullPointerException
at org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.perform(ConditionalPublisher.java:134)
at org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.perform(FlexiblePublisher.java:111)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:786)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:758)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
at hudson.model.Run.execute(Run.java:1690)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
- is related to
-
JENKINS-26452 Flexible Publish NPE with no publishers for a conditional publisher
-
- Closed
-
I could not reproduce the problem.
I tested Jenkins1.534, Flexible Publish 0.12, IE10 and Firefox 24.0 on Windows7 64bits.
It seems that configurations are not properly stored for the forms your browser sends are broken.
Would you tell me what browser you use?
As a workaround, you can restart Jenkins and the incomplete configurations will be automatically fixed.
But reconfiguring jobs will break configurations again, I suppose.