From 7ad9b37b8aa45fd0462e6cd9b120db8eff5a8a83 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Wed, 24 Oct 2018 23:57:31 -0500 Subject: [PATCH] Uplift Pegleg version used in the pipeline Change-Id: I8d0a5863897842775cd2e004288f4bb2ec0a8bd4 --- tools/gate/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/Jenkinsfile b/tools/gate/Jenkinsfile index efa6b631e..3017f094e 100644 --- a/tools/gate/Jenkinsfile +++ b/tools/gate/Jenkinsfile @@ -12,7 +12,7 @@ import org.yaml.snakeyaml.DumperOptions; import groovy.json.JsonSlurperClassic import groovy.json.JsonOutput -PEGLEG_IMAGE = 'quay.io/airshipit/pegleg:73fbf264ca99b1a80c9e29e21048451716b630e7' +PEGLEG_IMAGE = 'quay.io/airshipit/pegleg:c498bfee813d8660954006946b4778bfce509d25' KEYSTONE_URL = 'https://iam.atlantafoundry.com' SHIPYARD_URL = 'https://shipyard.atlantafoundry.com'