diff --git a/Jenkinsfile b/Jenkinsfile index 15a16f9..cda94a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,7 @@ pipeline { stage('Health Check') { steps { powershell ''' - $url = "https://linuxpcl.azurewebsites.net/" + $url = "https://app.powdercoatinglogix.com/" $timeout = 180 $elapsed = 0 Write-Host "Polling $url for up to $timeout seconds..."