Ver código fonte

Update 'Jenkinsfile'

관리자 2 meses atrás
pai
commit
4020e0c079
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -25,8 +25,8 @@ pipeline {
         stage('Restart Services') {
         stage('Restart Services') {
 			agent { label 'windows-host' }
 			agent { label 'windows-host' }
             steps {
             steps {
-                bat 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/bitforum-api/restart.ps1'
-                bat 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/bitforum-admin/restart.ps1'
+                bat 'powershell.exe -ExecutionPolicy Bypass -File H:\\iis\\bitforum-api\\restart.ps1'
+                bat 'powershell.exe -ExecutionPolicy Bypass -File H:\\iis\\bitforum-admin\\restart.ps1'
             }
             }
         }
         }
     }
     }