This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 54bdd767 Adapt Jenkins build to use the same site build commands as
our internal scripts
54bdd767 is described below
commit 54bdd7673037e14b69a347197c0ec3a6cb6ed6ff
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Oct 9 18:58:47 2025 +0200
Adapt Jenkins build to use the same site build commands as our internal
scripts
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index d9a0b260..f4491d06 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -105,8 +105,8 @@ pipeline {
stage('Ensure site build works') {
steps {
- echo 'Verify site build is okay ....'
- sh './mvnw site'
+ echo 'Verify site build is working ....'
+ sh './mvnw -B clean package site site:stage'
}
}
}