Skip to content

Commit

Permalink
feat(privatek8s/infra.ci): add an azure client credential for packer …
Browse files Browse the repository at this point in the history
…update images updatecli job (#5806)
  • Loading branch information
smerle33 authored Oct 15, 2024
1 parent 9805bee commit a154697
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/jenkins-jobs_infra.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@ jobsDefinition:
packer-images:
jenkinsfilePath: Jenkinsfile_updatecli
disableTagDiscovery: true
credentials:
updatecli-azure-serviceprincipal:
azureEnvironmentName: "Azure"
clientId: "${UPDATECLI_AZURE_CLIENT_ID}"
clientSecret: "${UPDATECLI_AZURE_CLIENT_SECRET}"
description: "Azure Service Principal credential used by updatecli"
subscriptionId: "${JENKINSINFRA_AZURE_SECONDARY_SUBSCRIPTION_ID}"
tenant: "${UPDATECLI_AZURE_TENANT_ID}"
release:
jenkinsfilePath: Jenkinsfile_updatecli
disableTagDiscovery: true
Expand Down

0 comments on commit a154697

Please sign in to comment.