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 0d2abba fix path for checking javadoc
0d2abba is described below
commit 0d2abba3f429211a13698c099b162772003511c5
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jul 13 17:28:19 2022 +0200
fix path for checking javadoc
---
vars/asfMainNetBeansBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index b675f90..6ec768d 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -366,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-errors.xml'
+ junit
"build-${clustername}-temp/nbbuild/build/javadoc/checklinks-errors.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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists