This is an automated email from the ASF dual-hosted git repository.
djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora.git
The following commit(s) were added to refs/heads/main by this push:
new d9e1291 where is the ui bundle?
d9e1291 is described below
commit d9e129149904f50d50f98a3712f978acbd167e94
Author: David Jencks <[email protected]>
AuthorDate: Sun Jul 18 16:58:12 2021 -0700
where is the ui bundle?
---
Jenkinsfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2e92893..6ca370c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,11 @@ pipeline {
sh 'git rm -r .'
}
- sh 'npm run plain-install'
+ sh 'npm run clean-install'
+ sh 'ls ./node_modules/@apache-felix'
+ sh 'ls ./node_modules/@apache-felix/felix-antora-ui'
+ sh 'ls ./node_modules/@apache-felix/felix-antora-ui/build'
+ sh 'ls
./node_modules/@apache-felix/felix-antora-ui/build/felix-antora-ui-bundle.zip'
sh 'npm run build-noclean'
dir('build/site') {