-
Bug
-
Resolution: Done
-
Major
-
None
-
HP ALM Quality Center 11.52, Jenkins ver. 1.642.4
Hi Team!
We use Jenkins for run our automation test which are executed on Selenium server. In HP QC we have our Test Cases for automation tests in Test Plan and Test Lab. We would like to synchronize our test results from Jenkins with HP ALM QC. I have created a new Job for it and configure to installed HP ALM Quality Center plugin. But when I run Job (Create New Build) I got an exception error in Console Output:
Synchronizing test results with ALM instance: https://qualitycenter.telekom.de/qcbin
ERROR: Step 'HP Quality Center Integration' aborted due to exception:
java.lang.NoSuchMethodError: hudson.model.AbstractBuild.getAggregatedTestResultAction()Lhudson/tasks/test/AggregatedTestResultAction;
at org.jenkinsci.plugins.qc.QualityCenterIntegrationRecorder.perform(QualityCenterIntegrationRecorder.java:110)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1067)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
at hudson.model.Run.execute(Run.java:1763)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Finished: FAILURE
Thank you in advance.