aexiaoliou před 2 roky
rodič
revize
a29b17451d
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      Jenkinsfile

+ 4 - 1
Jenkinsfile

@@ -84,7 +84,10 @@ pipeline {
                     cd ..
                 '''
                 echo '构建前端'
-                sh 'cd h5 && cnpm install && cnpm run build:test-on-server'
+                sh '''
+                    bash
+                    cd h5 && cnpm install && cnpm run build:test-on-server
+                '''
                 echo 'test step执行完了'
             }
         }