Explorar el Código

增加release的jenkinsfile

huqi hace 5 años
padre
commit
d0141fa6d1
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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'
-            }
-        }
     }
 }