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 7380b5f  typo in build target
7380b5f is described below

commit 7380b5f62d83df4d8e0d286590a3034f5212c191
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jun 13 16:02:39 2019 +0200

    typo in build target
---
 vars/asfMainNetBeansBuild.groovy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index dea8fb8..e02ff7c 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -81,9 +81,8 @@ def call(Map params = [:]) {
                         script {
                             sh 'ant'
                             if (env.BRANCH_NAME=="master") {
-                                sh "ant build-nbm"
+                                sh "ant build-nbms"
                                 sh "ant build-source-zips"
-                                sh "ant build-javadoc"
                                 sh "ant build-javadoc 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                                 sh "rm -rf ${env.WORKSPACE}/testrepo/.m2"
                                 sh "rm -rf ${env.WORKSPACE}/repoindex/"


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

Reply via email to