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 2022/10/14 15:08:05 UTC

[netbeans-jenkins-lib] branch master updated: comment apidoc generation to get faster to the issue

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 71513ab  comment apidoc generation to get faster to the issue
71513ab is described below

commit 71513abcd0dd155f42d52858dba3c67f4a240b8b
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Oct 14 17:08:01 2022 +0200

    comment apidoc generation to get faster to the issue
---
 vars/asfMainNetBeansBuild.groovy | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 83d4a04..3da7750 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -205,11 +205,12 @@ def call(Map params = [:]) {
                         steps {
 
                             withAnt(installation: tooling.myAnt) {
-                                sh "ant"
-                                sh "ant build-javadoc -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+                                sh "echo 'testing copy' > ${env.WORKSPACE}/WEBZIP.zip"
+                                //sh "ant"
+                                //sh "ant build-javadoc -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                             }
                             archiveArtifacts 'WEBZIP.zip'
-                            junit 'nbbuild/build/javadoc/checklinks-errors.xml'
+                            //junit 'nbbuild/build/javadoc/checklinks-errors.xml'
                             sshPublisher(publishers: [
                                 sshPublisherDesc(configName: 'Nightlies', transfers: [
                                     sshTransfer(cleanRemote: true,
@@ -222,7 +223,7 @@ def call(Map params = [:]) {
                                                 patternSeparator: '[, ]+', 
                                                 remoteDirectory: "/netbeans/apidocs/${env.BRANCH_NAME}",
                                                 remoteDirectorySDF: false, 
-                                                removePrefix: "${env.WORKSPACE}", 
+                                                removePrefix: "", 
                                                 sourceFiles: "**/WEBZIP.zip")],
                                                 usePromotionTimestamp: false,
                                                 useWorkspaceInPromotion: false, 


---------------------------------------------------------------------
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