diff --git a/Jenkinsfile b/Jenkinsfile index f2eb1a6..33cacfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,6 +56,7 @@ pipeline { --health-cmd="curl -f http://localhost:80 || exit 1" \\ --health-interval=5s \\ --health-retries=3 \\ + --restart=always $IMAGE_NAME ''' }