From 791dd8bcf5f6bca74eb5f48b18dd68f9413c9855 Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Mon, 1 Feb 2021 15:40:07 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f1ccae5..6555799 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -90,8 +90,7 @@ pipeline { build.push("101.1.1-${tag}") - - def build = docker.build("${maintainer}/${imagename}:401.3.end-${tag}", "--no-cache --pull --build-arg VERSION_TAG=${tag} ex401/ex401.3.end") + build = docker.build("${maintainer}/${imagename}:401.3.end-${tag}", "--no-cache --pull --build-arg VERSION_TAG=${tag} ex401/ex401.3.end") build.push("401.3.end-${tag}")