Hi Richard- When I try:
steps.step([$class: 'PublishHTMLStep', allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'results', reportFiles: 'report.html', reportName: 'HTML Report', reportTitles: '']) I get this error: *syntax error near unexpected token `)'* Also tried without steps.step and got *hudson.remoting.ProxyException: groovy.lang.MissingMethodException: No signature of method: org.magento.ci.tests.Functional.publishHTML() is applicable for argument types: (java.util.LinkedHashMap) values: [[allowMissing:false, alwaysLinkToLastBuild:false, keepAll:false, ...]]* Referencing ArtifactArchiver and JUnitResultArchiver classes works fine. Could just be the implementation of PublishHTMLStep. I'm just trying to figure out how to publish HMTL pages. Perhaps there is another way. I added a comment to this PR as it seemed related to my question - https://github.com/jenkinsci/htmlpublisher-plugin/pull/15 Thanks, Ann -- 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/a843956e-e4df-45e0-9a4e-59343c539a25%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
