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 3f62da0  allow overwrite
3f62da0 is described below

commit 3f62da028097f2af6e60c37a2b276e27cb77e5c2
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Sep 22 19:13:39 2022 +0200

    allow overwrite
---
 vars/asfStandardUtilitiesBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfStandardUtilitiesBuild.groovy 
b/vars/asfStandardUtilitiesBuild.groovy
index 1fedd3e..c2f9b7e 100644
--- a/vars/asfStandardUtilitiesBuild.groovy
+++ b/vars/asfStandardUtilitiesBuild.groovy
@@ -128,7 +128,7 @@ def mavenBuild(jdk, cmdline, mvnName, publishers,archive) {
        //sh "cd target/staging; zip ../../WEBSITE.zip ."
     }
     if (archive) {
-       zip zipFile:'WEBSITE.zip', dir:'./target/staging' 
+       zip zipFile:'WEBSITE.zip', dir:'./target/staging', overwrite: true
        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