ci-dockerslaves-cleanup: add AWS credentials for misra update
This adds in some credential bindings for AWS credentials to
allow the jenkins agent access to the ECR.
Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org>
Change-Id: I09ac4f495241710af697207e8c1c9d320e89f044
diff --git a/ci-dockerslaves-cleanup.yaml b/ci-dockerslaves-cleanup.yaml
index 36f65be..d114583 100644
--- a/ci-dockerslaves-cleanup.yaml
+++ b/ci-dockerslaves-cleanup.yaml
@@ -37,9 +37,20 @@
sequential: false
wrappers:
- timestamps
+ - credentials-binding:
+ - text:
+ credential-id: MISRA_AWS_ACCESS_KEY_ID
+ variable: AWS_ACCESS_KEY_ID
+ - credentials-binding:
+ - text:
+ credential-id: MISRA_AWS_SECRET_ACCESS_KEY
+ variable: AWS_SECRET_ACCESS_KEY
builders:
- shell:
!include-raw: ci-dockerfiles-deployment/cleanup-update.sh
+ - shell:
+ !include-raw: misra-docker-images/update.sh
+
publishers:
- email:
recipients: linaro-infrastructure-errors@lists.linaro.org