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 d17f415 typo in xml file
d17f415 is described below
commit d17f415c04d117ac3d00769607013187c5602ff6
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jul 13 11:01:15 2022 +0200
typo in xml file
---
vars/asfMainNetBeansBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 1ac2bf0..b675f90 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -208,7 +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'
+ junit 'nbbuild/build/javadoc/checklinks-errors.xml'
}
}
@@ -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-erros.xml'
+ junit
'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