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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e39ea039 split target
3e39ea039 is described below

commit 3e39ea0396a89c29341826675141f44785e8dbb9
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Sep 19 15:13:15 2023 +0200

    split target
---
 Jenkinsfile.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 9ea2dc9bc..0174c1732 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -90,7 +90,8 @@ pipeline {
                     sh 'chmod u+x ./gradlew'
                     sh './gradlew --version'
                     sh './gradlew --stop'
-                    sh './gradlew --no-daemon --stacktrace --debug clean 
buildSite'
+                    sh './gradlew clean --no-daemon '
+                    sh './gradlew buildSite --no-daemon --stacktrace --debug'
                 }
             }
         }


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