Greetings,
I am adding a Post-Build action (Editable Email Notification) and I am attaching a log file to this attachment but I get the following exception. Per error log below, I am reporting this as a defect. The build succeeds without the post-build action. Version of Jenkins: Jenkins ver. 1.535 Thanks, -ramin Started by user anonymous Building in workspace <http://localhost:9080/jenkins/job/TommyWeb/ws/> Checkout:workspace / <http://localhost:9080/jenkins/job/TommyWeb/ws/> - hudson.remoting.LocalChannel@7bdf6ed6 Using strategy: Default Last Built Revision: Revision fd448ff7ae7cccaddba9112129f13a1db85df3d8 (origin/HEAD, origin/master) Fetching changes from 1 remote Git repository Fetching upstream changes from origin Seen branch in repository origin/HEAD Seen branch in repository origin/master Seen 2 remote branches Commencing build of Revision fd448ff7ae7cccaddba9112129f13a1db85df3d8 (origin/HEAD, origin/master) Checking out Revision fd448ff7ae7cccaddba9112129f13a1db85df3d8 (origin/HEAD, origin/master) Warning : There are multiple branch changesets here ERROR: Processing failed due to a bug in the code. Please report this to [email protected] java.lang.NullPointerException at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:242) at hudson.plugins.emailext.ExtendedEmailPublisher.prebuild(ExtendedEmailPublisher.java:222) at hudson.model.AbstractBuild$AbstractBuildExecution.preBuild(AbstractBuild.java:815) at hudson.model.AbstractBuild$AbstractBuildExecution.preBuild(AbstractBuild.java:810) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:647) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562) at hudson.model.Run.execute(Run.java:1665) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:507) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) project=hudson.maven.MavenModuleSet@69f070e8[TommyWeb] project.getModules()=[hudson.maven.MavenModule@6db17b38[TommyWeb/TommyWeb:TommyWeb][TommyWeb/TommyWeb:TommyWeb][relativePath:TommyWeb]] project.getRootModule()=hudson.maven.MavenModule@6db17b38[TommyWeb/TommyWeb:TommyWeb][TommyWeb/TommyWeb:TommyWeb][relativePath:TommyWeb] FATAL: null java.lang.NullPointerException at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:242) at hudson.plugins.emailext.ExtendedEmailPublisher.prebuild(ExtendedEmailPublisher.java:222) at hudson.model.AbstractBuild$AbstractBuildExecution.preBuild(AbstractBuild.java:815) at hudson.model.AbstractBuild$AbstractBuildExecution.preBuild(AbstractBuild.java:810) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:647) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562) at hudson.model.Run.execute(Run.java:1665) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:507) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
