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 856f3f2  do not archive website as we stage
856f3f2 is described below

commit 856f3f287f311bde65e5388f705838072cc88313
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Oct 20 18:37:59 2023 +0200

    do not archive website as we stage
---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ff4fa52..132bb37 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,8 +20,7 @@ pipeline {
                 }
 
                 sh 'npm run clean-install'
-                sh 'npm run build-noclean'
-                zip zipFile:'site.zip', dir:'build/site', archive:'true'
+                sh 'npm run build-noclean'                
                 dir('build/site') {
                  sh 'git add .'
                  sh 'echo `git commit -m "site build"`'


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