This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 432c752e5 avoid running weird publishers
432c752e5 is described below
commit 432c752e58350324cef60fcb355e31c7becf66fe
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 16:07:07 2022 +1000
avoid running weird publishers
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 73d0e000b..b7fa99980 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,6 +50,7 @@ pipeline {
mavenSettingsConfig: deploySettings,
mavenLocalRepo: ".repository",
mavenOpts:'-XX:MaxPermSize=128m -Xmx1024m',
+ publisherStrategy: 'EXPLICIT',
options: [concordionPublisher(disabled: true),
dependenciesFingerprintPublisher(disabled: true),
findbugsPublisher(disabled: true),
artifactsPublisher(disabled: true),
invokerPublisher(disabled: true),
jgivenPublisher(disabled: true),