-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Major
-
Component/s: htmlpublisher-plugin
-
None
We want to go to the failed job, and click the link in the left margin to see which test failed.
Here is our pipeline step:
Â
pipeline step:
post {
always {
publishHTML([allowMissing: true, alwaysLinkToLastBuild: true, keepAll: false, reportDir: 'xxx/target/site/serenity/', reportFiles: 'index.html', reportName: 'Integration Tests Report', reportTitles: 'Integration Tests Report'])
cleanWs()
}
}
Â
There are logs :
Â
[Pipeline] { (Declarative: Post Actions)[Pipeline] publishHTML[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /xxx/target/site/serenity to /xxx/branches/PR-41/htmlreports/Integration_20Tests_20Report
- duplicates
-
JENKINS-46722 alwaysLinkToLastBuild not linking to last job result
-
- Open
-