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 e9f0734 Update Jenkinsfile
e9f0734 is described below
commit e9f0734ab8cdc374bfbf229ce8d315972aeab8fc
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Oct 17 13:47:34 2023 +0200
Update Jenkinsfile
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 26b0450..d8b3d73 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