-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins version: 2.190.1 LTS (Windows Installer).
Java version: JDK 1.8.0_181
Jenkins host: WS2012 R2 Standard No service pack.
Plugin: Micro Focus Application Automation Tools’ plugin version 5.9.
ALM Octane version: 12.60 (CP10).
ALM Octane O/S: Windows 2016
ALM Octane setup: Clustered environment.
ALM Octane: Using TLS 1.2 (Port 8443).
Octane API: API Access is successfully generated.
Jenkins version: 2.190.1 LTS (Windows Installer). Java version: JDK 1.8.0_181 Jenkins host: WS2012 R2 Standard No service pack. Plugin: Micro Focus Application Automation Tools’ plugin version 5.9. ALM Octane version: 12.60 (CP10). ALM Octane O/S: Windows 2016 ALM Octane setup: Clustered environment. ALM Octane: Using TLS 1.2 (Port 8443). Octane API: API Access is successfully generated.
Hi,
I am currently having issue with "Octane Cucumber test reporter" plugin which could be reproduced as below steps:
Steps:
- Create a Maven project using cucumber framework and "com.hpe.alm.octane.OctaneGherkinFormatter:target
gherkin-results
ManualRunnerTest_OctaneGherkinResults.xml" plugin. - Create a freestyle Jenkins job for above maven project and add the "Octane Cucumber test reporter" and "Publish Thucydides Test Reports" to Post-build Actions.
- Create an Octane pipeline job that links to Jenkins job above.
- Build the job and ensure the result is passed.
- Validate the HTML report is published in Jenkins and ManualRunnerTest_OctaneGherkinResults.xml is generated in Jenkins workspace\target\gherkin-results.
- Restart Jenkins
Expected:
- Job status is still passed.
- HTML Report is still accessible.
Actual:
- Job status is turned to failed.
- HTML Report is removed.
Please see attached the screenshots of the job status before and after Jenkins restart, console output log, and octane pipeline status.