correct way to setup the HTML publisher #1774
This commit is contained in:
parent
1d886ac765
commit
4d2f285a71
|
|
@ -34,8 +34,8 @@ The most convenient way to run in Jenkins is to use the pre-built Docker contain
|
|||
docker run -v ${WORKSPACE}:/sitespeed.io sitespeedio/sitespeed.io --outputFolder output https://www.sitespeed.io/ -n 1
|
||||
~~~
|
||||
|
||||
* You can then install the **Publish HTML Reports** plugin to make the reports easy available in Jenkins. You can add it as a *Post-build Actions* and set the **HTML directory to archive** to *${WORKSPACE}/output/*.
|
||||

|
||||
* You can then install the **Publish HTML Reports** plugin to make the reports easy available in Jenkins. You can add it as a *Post-build Actions* and set the **HTML directory to archive** to *output/* (it is relative to the workspace).
|
||||

|
||||
{: .img-thumbnail}
|
||||
|
||||
The HTML result pages runs Javascript, so you need to change the [Jenkins Content Security Policy](https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy) for them to work with the plugin.
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue