Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Moving pod to use provisioner version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Feb 9, 2018
1 parent d8a5f61 commit 0742e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/redhat/multiarch/ci/test/Test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 0742e72

Please sign in to comment.