TAG and BUILD_TAG are obsolete

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2019-12-04 13:54:05 +01:00 committed by Nicolas De loof
parent 6b0acc9ecb
commit 7be66baaa7

5
Jenkinsfile vendored
View File

@ -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