You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2023/01/18 16:40:22 UTC

[netbeans-jenkins-lib] branch master updated: WEBZIP are from nightlies

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 6f8dcde  WEBZIP are from nightlies
6f8dcde is described below

commit 6f8dcde33bb03934b7d7acb291730130eec41b6e
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Jan 18 17:40:17 2023 +0100

    WEBZIP are from nightlies
---
 vars/asfMainNetBeansBuild.groovy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 4ef6a8b..67125d1 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -154,7 +154,6 @@ def call(Map params = [:]) {
                                 sh "ant build-source-zips"
                                 sh "ant build-javadoc -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                                 
-                                archiveArtifacts 'WEBZIP.zip' // XXX REMOVE
                                 junit 'nbbuild/build/javadoc/checklinks-errors.xml'
                                 
                                 publishToNightlies("/netbeans/apidocs/${env.BRANCH_NAME}","**/WEBZIP.zip")
@@ -211,7 +210,6 @@ def call(Map params = [:]) {
                                 sh "ant"
                                 sh "ant build-javadoc -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                             }
-                            archiveArtifacts 'WEBZIP.zip' // XXX REMOVE
                             junit 'nbbuild/build/javadoc/checklinks-errors.xml'
                             publishToNightlies("/netbeans/apidocs/${env.BRANCH_NAME}","**/WEBZIP.zip")
                         }
@@ -396,7 +394,6 @@ def doParallelClusters(cconfigs) {
                                 // apidoc
                                 publishToNightlies("/netbeans/apidocs/${env.BRANCH_NAME}","**/WEBZIP.zip")
                                 
-                                archiveArtifacts 'WEBZIP.zip' // XXX REMOVE
                                 junit testResults: "build-${clustername}-temp/nbbuild/build/javadoc/checklinks-errors.xml", allowEmptyResults:true
                                 def localRepo = ".repository"
                                 def netbeansbase = "build-${clustername}-temp/nbbuild"


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

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