소스 검색

Update 'Jenkinsfile'

관리자 2 달 전
부모
커밋
4020e0c079
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -25,8 +25,8 @@ pipeline {
         stage('Restart Services') {
 			agent { label 'windows-host' }
             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'
             }
         }
     }