This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new e41d59d disable all publishers
e41d59d is described below
commit e41d59d3d225322e0e33ce444bc14218013bb9ce
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Mar 13 17:04:35 2026 +1000
disable all publishers
---
Jenkinsfile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ecd681d..766abc9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,10 +36,7 @@ pipeline {
stage('Build') {
steps {
- withMaven(jdk:'jdk_21_latest', maven:'maven_3_latest',
mavenLocalRepo:'.repository', options: [
- artifactsPublisher(disabled: true),
- findbugsPublisher(disabled: true),
- ]) {
+ withMaven(jdk:'jdk_21_latest', maven:'maven_3_latest',
publisherStrategy='EXPLICIT', mavenLocalRepo:'.repository') {
sh "mvn -ntp -V -e -Preporting -Dscreenshot=false clean
install site"
}
archiveArtifacts artifacts:
"**/target/site/**/*",allowEmptyArchive: true