관리자 2 месяцев назад
Родитель
Сommit
432976a91c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -23,6 +23,7 @@ pipeline {
             }
         }
         stage('Restart Services') {
+			agent { label 'windows-host' }
             steps {
                 sh 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/bitforum-api/restart.ps1'
                 sh 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/bitforum-admin/restart.ps1'