From df6f3a7b413969edddbae5df9ab4867b6600eac2 Mon Sep 17 00:00:00 2001 From: mprahl Date: Feb 04 2019 16:50:48 +0000 Subject: Stop building the Greenwave image for the internal registry --- diff --git a/Jenkinsfile b/Jenkinsfile index e2fdab5..41a89ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -271,17 +271,6 @@ node('docker') { unarchive mapping: ['appversion': 'appversion'] def appversion = readFile('appversion').trim() docker.withRegistry( - 'https://docker-registry.engineering.redhat.com/', - 'docker-registry-factory2-builder-sa-credentials') { - def image = docker.image("factory2/greenwave:internal-${appversion}") - /* Pushes to the internal registry can sometimes randomly fail - * with "unknown blob" due to a known issue with the registry - * storage configuration. So we retry up to 3 times. */ - retry(3) { - image.push('latest') - } - } - docker.withRegistry( 'https://quay.io/', 'quay-io-factory2-builder-sa-credentials') { def image = docker.image("factory2/greenwave:${appversion}")