diff --git a/build/new-jenkins/docker-with-flakey-network-protection.sh b/build/new-jenkins/docker-with-flakey-network-protection.sh index d9060bb0f13..981c81b1b0b 100755 --- a/build/new-jenkins/docker-with-flakey-network-protection.sh +++ b/build/new-jenkins/docker-with-flakey-network-protection.sh @@ -5,7 +5,7 @@ set -o errexit -o errtrace -o nounset -o pipefail -o xtrace EXIT_CODE=0 PULL_RESULT=$(docker $1 $2 2>&1) || EXIT_CODE=$? -if [[ $PULL_RESULT =~ (TLS handshake timeout|unknown blob|i/o timeout|Internal Server Error|error pulling image configuration|exceeded while awaiting headers|no basic auth credentials) ]]; then +if [[ $PULL_RESULT =~ (TLS handshake timeout|unknown blob|i/o timeout|Internal Server Error|error pulling image configuration|exceeded while awaiting headers|Temporary failure in name resolution|no basic auth credentials) ]]; then sleep 10 EXIT_CODE=0