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 6cb4161  try to get javadoc links reports
6cb4161 is described below

commit 6cb4161c02fbbe451ad6646225ab0bfd6afba012
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Jul 13 10:09:09 2022 +0200

    try to get javadoc links reports
---
 vars/asfMainNetBeansBuild.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 197a114..1ac2bf0 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -153,6 +153,7 @@ def call(Map params = [:]) {
                                 sh "ant build-source-zips"
                                 sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                                 archiveArtifacts 'WEBZIP.zip'
+                                junit 
'nbbuild/build/javadoc/checklinks-erros.xml'
                             }
                         }
                     }
@@ -207,6 +208,7 @@ def call(Map params = [:]) {
                                 sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                             }
                             archiveArtifacts 'WEBZIP.zip'
+                            junit 'nbbuild/build/javadoc/checklinks-erros.xml'
 
                         }
                     }
@@ -364,7 +366,7 @@ def doParallelClusters(cconfigs) {
                                 sh "cp -r 
build-${clustername}-temp/nbbuild/nbms/** dist${versionnedpath}nbms/"
 
                                 archiveArtifacts 'WEBZIP.zip'
-
+                                junit 
'nbbuild/build/javadoc/checklinks-erros.xml'
                                 def localRepo = ".repository"
                                 def netbeansbase = 
"build-${clustername}-temp/nbbuild"
                                 
withMaven(maven:tooling.myMaven,jdk:tooling.jdktool,publisherStrategy: 
'EXPLICIT',mavenLocalRepo: localRepo,options:[artifactsPublisher(disabled: 
true)])


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