Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(privatek8s/infra.ci) add missing credential for the updatecli job for jenkins-infra (puppet) #5923

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/jenkins-jobs_infra.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ jobsDefinition:
jenkinsfilePath: Jenkinsfile_updatecli
branchIncludes: "production staging updatecli_* PR-* main"
disableTagDiscovery: true
credentials:
packer-aws-access-key-id:
description: AWS API key for the user packer
secret: "${PACKER_AWS_ACCESS_KEY_ID}"
packer-aws-secret-access-key:
description: AWS Secret key for the user packer
secret: "${PACKER_AWS_SECRET_ACCESS_KEY}"
jenkins-version:
jenkinsfilePath: Jenkinsfile_updatecli
disableTagDiscovery: true
Expand Down