Sfoglia il codice sorgente

增加release的jenkinsfile

huqi 5 anni fa
parent
commit
d0141fa6d1
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  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'
-            }
-        }
     }
 }