Skip to content

Commit

Permalink
ALso build the sitedoc on verification build
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Feb 7, 2024
1 parent 0014151 commit 503b268
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 @@ -24,7 +24,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'mvn --batch-mode -U -V -e clean install -Pits -Dmaven.repo.local=$WORKSPACE/.m2/repository'
sh 'mvn --batch-mode -U -V -e clean install site site:stage -Pits -Dmaven.repo.local=$WORKSPACE/.m2/repository'
}
post {
always {
Expand Down

0 comments on commit 503b268

Please sign in to comment.