This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
     new 498ad1d  Update Jenkinsfile
498ad1d is described below

commit 498ad1d3b0860d9a7d32b4bea6d4c9e964b4527f
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Oct 17 13:31:57 2023 +0200

    Update Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 36629fb..3fcea1d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
                 }
 
                 sh 'npm run clean-install'
-                sh 'npm run build-noclean'
+                //sh 'npm run build-noclean'
                 zip zipFile:'site.zip', dir:'build/site', archive:'true'
                 dir('build/site') {
                  sh 'git add .'


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