Explorar o código

调整jenkinsfile

xiaoct %!s(int64=7) %!d(string=hai) anos
pai
achega
9f28fa8010
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

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