Ver Fonte

Update 'Jenkinsfile'

관리자 há 2 meses atrás
pai
commit
432976a91c
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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