Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression plugin not triggering #6

Open
sduggisetty opened this issue Apr 20, 2015 · 4 comments
Open

regression plugin not triggering #6

sduggisetty opened this issue Apr 20, 2015 · 4 comments

Comments

@sduggisetty
Copy link

Hi,

I am trying to use regression-report-plugin plugin for .net application. Using below tools for my build.

Build tool: MS Build
Technology: .Net4.5

I have installed latest version(1.3) too, prior to that i have verified all the dependencies also.

When build is success getting this message-
"regression reporter doesn't run because build is success."

When build is failure getting this message-

ERROR: Publisher jp.skypencil.jenkins.regression.RegressionReportNotifier aborted due to exception
java.lang.NoSuchMethodError: hudson.model.AbstractBuild.getTestResultAction()Lhudson/tasks/test/AbstractTestResultAction;
at jp.skypencil.jenkins.regression.RegressionReportNotifier.perform(RegressionReportNotifier.java:97)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1743)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)

at hudson.model.Executor.run(Executor.java:240)

Could some one please help me on this..

Is this plugin can be used only for java applications? if not, how to use for .net application, please guide me all the details(dependencies..etc).

-Subbu

@sduggisetty
Copy link
Author

@KengoTODA

Can we use this plugin for .Net application?

@KengoTODA
Copy link
Member

@sduggisetty of course.

Could you tell me version of your Jenkins? It might be too old/new.

@sduggisetty
Copy link
Author

@kengo TODA

I can see the version number as below.

1.609

@KengoTODA
Copy link
Member

@sduggisetty Thanks for your report!

java.lang.NoSuchMethodError: hudson.model.AbstractBuild.getTestResultAction()Lhudson/tasks/test/AbstractTestResultAction;
at jp.skypencil.jenkins.regression.RegressionReportNotifier.perform(RegressionReportNotifier.java:97)

In version 1.3, we have no code which calls this method.

So I'm afraid that you haven't upgrade your jenkins plugin to 1.3, or it still has old version.
Please check which version you're using, and try to restart your jenkins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants