Procházet zdrojové kódy

Update 'Jenkinsfile'

관리자 před 2 měsíci
rodič
revize
dc6f869126
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -1,7 +1,7 @@
 pipeline {
     agent any
     environment {
-        DEPLOY_FRONTEND = '/mnt/h/iis/bitforum'
+        DEPLOY_FRONTEND = '/mnt/h/bitforum'
     }
     stages {
         stage('Build') {
@@ -19,7 +19,7 @@ pipeline {
         }
         stage('Restart Frontend') {
             steps {
-                sh 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/iis/bitforum/restart.ps1'
+                sh 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/bitforum/restart.ps1'
             }
         }
     }