Prechádzať zdrojové kódy

Update 'Jenkinsfile'

관리자 2 mesiacov pred
rodič
commit
85f8ec0cad
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -18,8 +18,9 @@ pipeline {
             }
         }
         stage('Restart Frontend') {
+			agent { label 'windows-host' }
             steps {
-                sh 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/bitforum/restart.ps1'
+                bat 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/bitforum/restart.ps1'
             }
         }
     }