Fix health check URL to use production custom domain
Jenkins agent cannot resolve linuxpcl.azurewebsites.net due to DNS restrictions on the build machine. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vendored
+1
-1
@@ -83,7 +83,7 @@ pipeline {
|
|||||||
stage('Health Check') {
|
stage('Health Check') {
|
||||||
steps {
|
steps {
|
||||||
powershell '''
|
powershell '''
|
||||||
$url = "https://linuxpcl.azurewebsites.net/"
|
$url = "https://app.powdercoatinglogix.com/"
|
||||||
$timeout = 180
|
$timeout = 180
|
||||||
$elapsed = 0
|
$elapsed = 0
|
||||||
Write-Host "Polling $url for up to $timeout seconds..."
|
Write-Host "Polling $url for up to $timeout seconds..."
|
||||||
|
|||||||
Reference in New Issue
Block a user