aexiaoliou 1 년 전
부모
커밋
ef342a4833
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Jenkinsfile

+ 1 - 3
Jenkinsfile

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