Skip to content

Commit

Permalink
GH-16484 - fix s3 credentials after migration (#16485)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Jan 21, 2025
1 parent 8ace742 commit 7ae87bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/groovy/insideDocker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def call(customEnv, image, registry, buildConfig, timeoutValue, timeoutUnit, cus
withEnv(customEnv) {
timeout(time: timeoutValue, unit: timeoutUnit) {
docker.withRegistry("https://${registry}") {
withCredentials([file(credentialsId: 'c096a055-bb45-4dac-ba5e-10e6e470f37e', variable: 'JUNIT_CORE_SITE_PATH'), [$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: "${awsCredsPrefix}AWS_ACCESS_KEY_ID", credentialsId: 'AWS S3 Credentials', secretKeyVariable: "${awsCredsPrefix}AWS_SECRET_ACCESS_KEY"]]) {
withCredentials([file(credentialsId: 'c096a055-bb45-4dac-ba5e-10e6e470f37e', variable: 'JUNIT_CORE_SITE_PATH'), [$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: "${awsCredsPrefix}AWS_ACCESS_KEY_ID", credentialsId: 'H2O-AWS_CT-JENKINS-SHARED-SERVICE-PROD', secretKeyVariable: "${awsCredsPrefix}AWS_SECRET_ACCESS_KEY"]]) {
withCredentials([string(credentialsId: 'DRIVERLESS_AI_LICENSE_KEY', variable: 'DRIVERLESS_AI_LICENSE_KEY'), string(credentialsId: "H2O3_GET_PROJECT_TOKEN", variable: "H2O3_GET_PROJECT_TOKEN")]) {
dockerGroupIdAdd = ""
if (addToDockerGroup) {
Expand Down

0 comments on commit 7ae87bf

Please sign in to comment.