This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 85088ef Update ...
85088ef is described below
commit 85088ef54eaa0e0964eff7a05559ef3185865356
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Dec 20 14:00:13 2018 +0100
Update ...
---
Jenkinsfile | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2a50c15..34ecaf3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,6 +35,13 @@ pipeline {
}
}
+ stage('Install Dependencies') {
+ steps {
+ echo 'Installing Dependencies'
+ sh 'npm install'
+ }
+ }
+
stage('Build') {
steps {
echo 'Building'