From 2bedde85b707f83c05ab1337657b6db7207bef49 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mar 29 2019 16:57:05 +0000 Subject: Use the ResultsDB image from quay.io for the Jenkins tests --- diff --git a/Jenkinsfile b/Jenkinsfile index 836d656..bb58fdb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -197,7 +197,7 @@ node('fedora-29') { openshift.withProject('greenwave-test') { def rtemplate = readYaml file: 'openshift/resultsdb-test-template.yaml' // TODO: move this image to the factory2 project in the docker registry - def resultsdbImage = 'docker-registry.engineering.redhat.com/csomh/resultsdb:latest' + def resultsdbImage = 'quay.io/factory2/resultsdb:latest' def resultsdbModels = openshift.process( rtemplate, '-p', "TEST_ID=${buildTag}",