|
|
@@ -2,8 +2,8 @@ pipeline {
|
|
|
agent any
|
|
|
environment {
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT = '1'
|
|
|
- DEPLOY_API = '/mnt/h/iis/bitforum-api'
|
|
|
- DEPLOY_ADMIN = '/mnt/h/iis/bitforum-admin'
|
|
|
+ DEPLOY_API = '/mnt/h/bitforum-api'
|
|
|
+ DEPLOY_ADMIN = '/mnt/h/bitforum-admin'
|
|
|
}
|
|
|
stages {
|
|
|
stage('Build') {
|
|
|
@@ -24,8 +24,8 @@ pipeline {
|
|
|
}
|
|
|
stage('Restart Services') {
|
|
|
steps {
|
|
|
- sh 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/iis/bitforum-api/restart.ps1'
|
|
|
- sh 'powershell.exe -ExecutionPolicy Bypass -File /mnt/h/iis/bitforum-admin/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'
|
|
|
}
|
|
|
}
|
|
|
}
|