From 612fbb4431b515670ba79a0f60277f3b8732ac63 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti Date: Wed, 23 Oct 2024 10:26:25 +0530 Subject: [PATCH] Fix s3 buckt issue --- jenkins/tenant/aws/qe/qe_01/PolicyJenkinsfileDaily | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/tenant/aws/qe/qe_01/PolicyJenkinsfileDaily b/jenkins/tenant/aws/qe/qe_01/PolicyJenkinsfileDaily index 79ab30fd..54730b93 100644 --- a/jenkins/tenant/aws/qe/qe_01/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/qe/qe_01/PolicyJenkinsfileDaily @@ -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"