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/archiva-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 075d676  let's try all publishers
075d676 is described below

commit 075d6763c94ee599d29520bf390d9434b7de0484
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Dec 31 11:30:16 2018 +1000

    let's try all publishers
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 vars/asfStandardBuild.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index b9ba829..d72df5d 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -98,11 +98,11 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
   withMaven(
           maven: mvnName,
           jdk: "$jdk",
-          publisherStrategy: 'EXPLICIT',
+          //options: publishers,
+          //publisherStrategy: 'EXPLICIT',
           //globalMavenSettingsConfig: settingsName,
           mavenOpts: mavenOpts,
-          mavenLocalRepo: localRepo,
-          options: publishers) {
+          mavenLocalRepo: localRepo) {
     // Some common Maven command line + provided command line
     sh "mvn -V -B -U -e -Dmaven.test.failure.ignore=true $cmdline "
   }

Reply via email to