j***@bodycad.com
2016-07-12 16:10:34 UTC
Hi,
I'm trying this into my piple Jenkinsfile:
publishHTML([allowMissing: true, alwaysLinkToLastBuild: false, keepAll:
true, reportDir: 'x64\\Release\\FailedTestResult\\', reportFiles:
'index.html', reportName: 'Failed Tests']);
The directory is there and the index.html file exist too at that step. But
I get the following error:
[Pipeline] publishHTML[Pipeline] }[Pipeline] // timestamps[Pipeline] }[Pipeline] // node[Pipeline] End of PipelineERROR: Cannot publish the report. Target is not specifiedFinished <http://stacktrace.jenkins-ci.org/search?query=Finished>: FAILURE
I generate my line with the pipeline syntax tools. My question is what is the target and does it represent? Any place where we can find the API doc for all those pipeline functions?
Thanks,
Jerome
I'm trying this into my piple Jenkinsfile:
publishHTML([allowMissing: true, alwaysLinkToLastBuild: false, keepAll:
true, reportDir: 'x64\\Release\\FailedTestResult\\', reportFiles:
'index.html', reportName: 'Failed Tests']);
The directory is there and the index.html file exist too at that step. But
I get the following error:
[Pipeline] publishHTML[Pipeline] }[Pipeline] // timestamps[Pipeline] }[Pipeline] // node[Pipeline] End of PipelineERROR: Cannot publish the report. Target is not specifiedFinished <http://stacktrace.jenkins-ci.org/search?query=Finished>: FAILURE
I generate my line with the pipeline syntax tools. My question is what is the target and does it represent? Any place where we can find the API doc for all those pipeline functions?
Thanks,
Jerome
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9af45f1e-cc4d-4852-bb35-3093214522bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9af45f1e-cc4d-4852-bb35-3093214522bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.