소스 검색

Update 'Jenkinsfile'

관리자 2 달 전
부모
커밋
85f8ec0cad
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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'
             }
         }
     }