From 0742e7299e2da70832ac37d55dfbf7d20d714aff Mon Sep 17 00:00:00 2001 From: Jeremy Poulin Date: Thu, 8 Feb 2018 19:28:33 -0500 Subject: [PATCH] Moving pod to use provisioner version --- src/com/redhat/multiarch/ci/test/Test.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/redhat/multiarch/ci/test/Test.groovy b/src/com/redhat/multiarch/ci/test/Test.groovy index b2ee49a..e1c2223 100644 --- a/src/com/redhat/multiarch/ci/test/Test.groovy +++ b/src/com/redhat/multiarch/ci/test/Test.groovy @@ -44,7 +44,7 @@ class Test { // This adds the custom provisioner slave container to the pod. Must be first with name 'jnlp' script.containerTemplate( name: 'jnlp', - image: "${config.dockerUrl}/${config.tenant}/${config.provisioningImage}", + image: "${config.dockerUrl}/${config.tenant}/${config.provisioningImage}-${config.version}", ttyEnabled: false, args: '${computer.jnlpmac} ${computer.name}', command: '',