> > Hello Ann, > we're using the publishHTML step in conjunction with Allure reports - not via a shared library but directly in a pipeline script. Basically identical to your first attempt:
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'target/allure-reports', reportFiles: 'index.html', reportName: 'Allure Report']) Do You get any sort of error messages? You might want to try and move the call to the pipeline script, if possible. Cheers, Steffen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/82795cb8-c33f-43b8-bbba-2c66a030e497%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
