From 7be66baaa74fe9e32ab303c91a177fa0db16e7dd Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 4 Dec 2019 13:54:05 +0100 Subject: [PATCH] TAG and BUILD_TAG are obsolete Signed-off-by: Nicolas De Loof --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87ff15b7f..35998bf96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,11 +14,6 @@ pipeline { timestamps() } - environment { - TAG = tag() - BUILD_TAG = tag() - } - stages { stage('Build test images') { // TODO use declarative 1.5.0 `matrix` once available on CI