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 inaccessible.
Please see attached the screenshots of the job status before and after Jenkins restart, console output log, and octane pipeline status.
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 inaccessible removed.
Please see attached the screenshots of the job status before and after Jenkins restart, console output log, and octane pipeline status.