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 7339ffdf RAT-374: Fix failing builds on ASF Jenkins
7339ffdf is described below
commit 7339ffdfc8a8ffd4deaf31b55b0ae5e7b4fa70ed
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Jun 4 17:21:21 2024 +0200
RAT-374: Fix failing builds on ASF Jenkins
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 3a9a89f6..a492b31f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -106,7 +106,7 @@ pipeline {
stage('Ensure site build works') {
steps {
echo 'Verify site build is okay ....'
- sh './mvnw site:site'
+ sh './mvnw site'
}
}
}