Comment 4 for bug 1962742

Revision history for this message
Scott Little (slittle1) wrote :

Jenkins build on CENGN failed to push two tags to docker.io. The error message was

    unexpected HTTP status: 500 Internal Server Error

The retry loop eventually gave up.

Our ability to push to docker.io was restored in the next build.

The main issue I see here is that 'build-stx-images.sh ... push' doesn't return an error code when the image builds ok, but the push fails. Without that, jenkins didn't realize the overall build had failed.