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 <[email protected]>
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: [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