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 a2cacbf Update Jenkinsfile
a2cacbf is described below
commit a2cacbf292915b5e879cd1b4c9e8d39ffe7b2525
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Mar 21 12:04:58 2024 +0100
Update Jenkinsfile
---
Jenkinsfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 659a2f4..d3dec1f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,6 +21,8 @@ pipeline {
sh 'rm -rf uibuild'
sh 'git clone --depth 1
https://github.com/apache/netbeans-antora-ui.git uibuild'
dir('uibuild') {
+ // prepare folder
+ sh 'mkdir -p public/_'
sh 'npm --cache=.cache/npm install '
sh 'npm --cache=.cache/npm run gulp -- bundle'
}
---------------------------------------------------------------------
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