This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new e80bef2 Fixing publisher deactivation syntax
e80bef2 is described below
commit e80bef2a77010f11148fc480b4684f28ed810fe8
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed May 2 23:18:18 2018 +0200
Fixing publisher deactivation syntax
---
Jenkinsfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b6f0c00..ecbc9f9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,11 @@ pipeline {
withMaven(maven: buildMvn, jdk: buildJdk,
mavenSettingsConfig: deploySettings,
mavenLocalRepo: ".repository",
- publisherStrategy:'EXPLICIT'
+ options: [concordionPublisher(disabled: true),
dependenciesFingerprintPublisher(disabled: true),
+ findbugsPublisher(disabled: true),
artifactsPublisher(disabled: true),
+ invokerPublisher(disabled: true),
jgivenPublisher(disabled: true),
+ junitPublisher(disabled: true,
ignoreAttachments: false),
+ openTasksPublisher(disabled: true),
pipelineGraphPublisher(disabled: true)]
)
{
sh "chmod 755
./src/ci/scripts/prepareWorkspace.sh"
--
To stop receiving notification emails like this one, please contact
[email protected].