Skip to content

Commit

Permalink
publish html
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jun 14, 2024
1 parent 097a52a commit a93c821
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ pipeline {
"PATH+MAVEN=${env.JAVA_HOME}/bin:${tool 'maven3'}/bin",
"MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {
sh "bash ./jetty-website.sh --follow-log --user-sudo jenkins --directive stage -u ''"
publishHTML (target : [allowMissing: false,
alwaysLinkToLastBuild: true,
keepAll: true,
reportDir: 'target/stage',
reportFiles: 'index.html',
reportName: 'Jetty site',
reportTitles: 'Jetty site'])
}
}
}
Expand Down

0 comments on commit a93c821

Please sign in to comment.