This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 477194b  test zip pipeline
477194b is described below

commit 477194b91c0e0518a4c2954e5db3110598b4a0eb
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Sep 22 19:10:57 2022 +0200

    test zip pipeline
---
 vars/asfStandardUtilitiesBuild.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/asfStandardUtilitiesBuild.groovy 
b/vars/asfStandardUtilitiesBuild.groovy
index f95dfef..a2122c8 100644
--- a/vars/asfStandardUtilitiesBuild.groovy
+++ b/vars/asfStandardUtilitiesBuild.groovy
@@ -125,9 +125,10 @@ def mavenBuild(jdk, cmdline, mvnName, publishers,archive) {
         mavenLocalRepo: localRepo) {
         // Some common Maven command line + provided command line
         sh "mvn -V -B -U -e -DskipBrowserTests 
-Dmaven.test.failure.ignore=true $cmdline "
-       sh "cd target/staging; zip ../../WEBSITE.zip ."
+       //sh "cd target/staging; zip ../../WEBSITE.zip ."
     }
     if (archive) {
+       zip zipFile:'WEBSITE.zip' dir:'./target/staging' 
        archiveArtifacts 'WEBSITE.zip'
     }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to