소스 검색

增加release的jenkinsfile

huqi 6 년 전
부모
커밋
d0141fa6d1
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      Jenkinsfile_release

+ 0 - 5
Jenkinsfile_release

@@ -38,10 +38,5 @@ pipeline {
                 bat 'npm run deploy:win'
             }
         }
-        stage('run') {
-            steps {
-                bat 'JENKINS_NODE_COOKIE=dontKillMe start /min target/o2server/start_windows.bat>>output.txt'
-            }
-        }
     }
 }