Skip to content

Commit

Permalink
chore(updatecli):Add aws credentials for updatecli jobs
Browse files Browse the repository at this point in the history
Signed-off-by: jayfranco999 <[email protected]>
  • Loading branch information
jayfranco999 committed Oct 25, 2024
1 parent 1e96150 commit 41ae970
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/jenkins-jobs_infra.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ jobsDefinition:
jenkinsfilePath: Jenkinsfile_updatecli
disableTagDiscovery: true
credentials:
updaecli-aws-access-key-id:
description: AWS API key for the user updatecli
secret: "${UPDATECLI_AWS_ACCESS_KEY_ID}"
updatecli-aws-secret-access-key:
description: AWS Secret key for the user updatecli
secret: "${UPDATECLI_AWS_SECRET_ACCESS_KEY}"
updatecli-azure-serviceprincipal:
azureEnvironmentName: "Azure"
clientId: "${UPDATECLI_AZURE_CLIENT_ID}"
Expand Down

0 comments on commit 41ae970

Please sign in to comment.