Explorar el Código

更新 'Jenkinsfile'

sifu-gogs hace 2 años
padre
commit
31f72c1f9a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -14,6 +14,7 @@ pipeline {
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
                     sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn install'
+                    sh 'yarn add async-validator@1.11.5'
                     sh 'yarn run build:prod'
                 }
                 sh 'docker build -t ${BRANCH_NAME}:${BUILD_NUMBER} .'