From 811a0119908eeaacc71e2dd2272859d1e589fc82 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 21 Apr 2022 14:33:38 +0100 Subject: [PATCH] use branch --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index bd901a05672..ac23c14fe2a 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -259,7 +259,7 @@ def withCloudTestEnv(Closure body) { [var: "AWS_SECRET_ACCESS_KEY", password: aws.secret_key], ]) withEnvMask(vars: maskedVars) { - withEnv(["TF_VAR_BRANCH_NAME_LOWER_CASE=${env.BRANCH_NAME.toLowerCase()}", + withEnv(["TF_VAR_BRANCH=${env.BRANCH_NAME.toLowerCase()}", "TF_VAR_BUILD_ID=${BUILD_ID}", "TF_VAR_CREATED_DATE=${new Date().getTime()}", "TF_VAR_ENVIRONMENT=ci",