Skip to content

Commit c898089

Browse files
committed
Change credentials to s3
1 parent 7ae0e0c commit c898089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/commons.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def withAWSCredentials(groovy.lang.Closure code) {
135135
}
136136

137137
def withRootAWSCredentials(groovy.lang.Closure code) {
138-
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', credentialsId: 'SW_ROOT_AWS_CREDS', accessKeyVariable: 'AWS_ACCESS_KEY_ID', secretKeyVariable: 'AWS_SECRET_ACCESS_KEY']]) {
138+
withCredentials([[$class: 'AmazonWebServicesCredentialsBinding', credentialsId: 'sparkling-water-jenkins', accessKeyVariable: 'AWS_ACCESS_KEY_ID', secretKeyVariable: 'AWS_SECRET_ACCESS_KEY']]) {
139139
code()
140140
}
141141
}

0 commit comments

Comments
 (0)