diff --git a/Jenkinsfile b/Jenkinsfile index eb824e1..8125df6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ pipeline { timeout(time: 60, unit: 'SECONDS') { waitUntil { def status = sh( - script: "docker inspect -f '{{.State.Health.Status}}' $CONTAINER_NAME || echo 'no-healthcheck'", + script: "docker inspect -f '{{.State.Health.Status}}' $CONTAINER_NAME || echo 'unhealthy'", returnStdout: true ).trim()