aexiaoliou 1 anno fa
parent
commit
a29b17451d
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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执行完了'
             }
         }