Skip to content

Commit

Permalink
Merge pull request #302 from SPARK/feature/frontend_perf_website
Browse files Browse the repository at this point in the history
Log frontend stats website
  • Loading branch information
ToniRV authored and GitHub Enterprise committed Dec 26, 2019
2 parents 149fd84 + 54f4761 commit bceed72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pipeline {
yaxis: 'Time [ms]'

// Publish HTML website with Dygraphs and pdfs of VIO performance
publishHTML([allowMissing: true, alwaysLinkToLastBuild: false, keepAll: true, reportDir: 'spark_vio_evaluation/website/', reportFiles: 'vio_ape_euroc.html, plots.html, datasets.html', reportName: 'VIO Euroc Performance Report', reportTitles: 'Euroc Performance Overview, Euroc Performance Detailed, Raw VIO Output'])
publishHTML([allowMissing: true, alwaysLinkToLastBuild: false, keepAll: true, reportDir: 'spark_vio_evaluation/website/', reportFiles: 'vio_ape_euroc.html, plots.html, datasets.html, frontend.html', reportName: 'VIO Euroc Performance Report', reportTitles: 'Euroc Performance Overview, Euroc Performance Detailed, Raw VIO Output, VIO Frontend Stats'])

// Archive the website
archiveArtifacts (
Expand Down

0 comments on commit bceed72

Please sign in to comment.