Not token macro, that's implemented in email-ext. Missed it when I backported the other "fixes" for the change in core. On Sep 4, 2014 9:23 AM, "Reinhard Karbas" <[email protected]> wrote:
> It looks like the token macro cannot find the values anymore: > > ERROR: Publisher hudson.plugins.emailext.ExtendedEmailPublisher aborted > due to exception java.lang.NoSuchMethodError > <http://stacktrace.jenkins-ci.org/search?query=java.lang.NoSuchMethodError>: > hudson.model.AbstractBuild.getTestResultAction()Lhudson/tasks/test/AbstractTestResultAction; > at > hudson.plugins.emailext.plugins.content.TestCountsContent.evaluate(TestCountsContent.java:50) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.emailext.plugins.content.TestCountsContent.evaluate&entity=method> > at > org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate(DataBoundTokenMacro.java:189) > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate&entity=method> > at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:182) > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.tokenmacro.TokenMacro.expand&entity=method> > at > org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:233) > <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll&entity=method> > at > hudson.plugins.emailext.plugins.ContentBuilder.transformText(ContentBuilder.java:71) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.emailext.plugins.ContentBuilder.transformText&entity=method> > at > hudson.plugins.emailext.ExtendedEmailPublisher.getContent(ExtendedEmailPublisher.java:717) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.emailext.ExtendedEmailPublisher.getContent&entity=method> > at > hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:474) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.emailext.ExtendedEmailPublisher.createMail&entity=method> > at > hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:292) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.emailext.ExtendedEmailPublisher.sendMail&entity=method> > at > hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:283) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.emailext.ExtendedEmailPublisher._perform&entity=method> > at > hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:235) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.emailext.ExtendedEmailPublisher.perform&entity=method> > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.perform&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.perform&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps&entity=method> > at hudson.model.Build$BuildExecution.cleanUp(Build.java:192) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.cleanUp&entity=method> > at hudson.model.Run.execute(Run.java:1786) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method> > at hudson.model.ResourceController.execute(ResourceController.java:89) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> > at hudson.model.Executor.run(Executor.java:240) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> > > > On Wed, Sep 3, 2014 at 12:30 PM, Slide <[email protected]> wrote: > >> It's a bundled plugin, so you shouldn't need to install anything directly. >> >> >> On Wed, Sep 3, 2014 at 9:06 AM, Reinhard Karbas < >> [email protected]> wrote: >> >>> After going from version 1.575 to 1.578 now it seems the values for >>> TEST_COUNTS is not set properly in Jenkins anymore and my email does not >>> get generated properly >>> Based on the description of this fix I assume this is the issue as the >>> functionality was moved out to a new plugin >>> However the name of the plugin is not shown anywhere >>> What do I need to install to get this to work again? >>> >>> -- >>> 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/d/optout. >>> >> >> >> >> -- >> Website: http://earl-of-code.com >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Jenkins Users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jenkinsci-users/mXhMnzGFKHg/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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/d/optout. > -- 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/d/optout.
