浏览代码

增加release的jenkinsfile

huqi 5 年之前
父节点
当前提交
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'
-            }
-        }
     }
 }