You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/01 20:56:26 UTC

[archiva] branch master updated: Deactivating regular publishers of maven step

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 65459c0  Deactivating regular publishers of maven step
65459c0 is described below

commit 65459c09ba0a942109e250892e08a98541f07663
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Tue May 1 22:56:22 2018 +0200

    Deactivating regular publishers of maven step
---
 Jenkinsfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9458f4f..9faa94a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,8 @@ pipeline {
                 timeout(120) {
                     withMaven(maven: buildMvn, jdk: buildJdk,
                             mavenSettingsConfig: deploySettings,
-                            mavenLocalRepo: ".repository"
+                            mavenLocalRepo: ".repository",
+                            options: [artifactsPublisher(disabled: true), junitPublisher(disabled: true, ignoreAttachments: false)]
                     )
                             {
                                 sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh"
@@ -67,7 +68,8 @@ pipeline {
                 timeout(120) {
                     withMaven(maven: buildMvn, jdk: buildJdk,
                             mavenSettingsConfig: deploySettings,
-                            mavenLocalRepo: ".repository"
+                            mavenLocalRepo: ".repository",
+                            options: [artifactsPublisher(disabled: true), junitPublisher(disabled: true, ignoreAttachments: false)]
                     )
                             {
                                 sh "mvn deploy -B -Dmaven.test.skip=true"

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.