xiaoct 8 роки тому
батько
коміт
9f28fa8010
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -14,11 +14,13 @@ pipeline {
         }
         }
         stage('Build Dev Gitbook') {
         stage('Build Dev Gitbook') {
             steps {
             steps {
+                sh 'gitbook install ./gitbook/dev'
                 sh 'gitbook build ./gitbook/dev'
                 sh 'gitbook build ./gitbook/dev'
             }
             }
         }
         }
         stage('Build Product Gitbook') {
         stage('Build Product Gitbook') {
             steps {
             steps {
+                sh 'gitbook install ./gitbook/product'
                 sh 'gitbook build ./gitbook/product'
                 sh 'gitbook build ./gitbook/product'
             }
             }
         }
         }