Skip to content

Commit

Permalink
Fix s3 buckt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma committed Oct 23, 2024
1 parent 096f218 commit 612fbb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins/tenant/aws/qe/qe_01/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ pipeline {
for (account in accounts_list.keySet()) {
echo "Running for account ${account.toUpperCase()}"
withCredentials([string(credentialsId: "${account}-aws-access-key-id", variable: 'access_key'),
string(credentialsId: "${account}-aws-secret-key-id", variable: 'secret_key'),
string(credentialsId: "${account}-s3-bucket", variable: 's3_bucket')
string(credentialsId: "${account}-aws-secret-key-id", variable: 'secret_key'))
]) {
env.account_name = "${account}"
env.ES_INDEX = "cloud-governance-cost-explorer-global-index-tenant-qe"
Expand Down

0 comments on commit 612fbb4

Please sign in to comment.