aexiaoliou 1 yıl önce
ebeveyn
işleme
bb7ad17ec4
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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