Skip to content

Commit

Permalink
use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and mergify-bot committed Apr 25, 2022
1 parent 8201787 commit 811a011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 811a011

Please sign in to comment.