Skip to content

Commit

Permalink
chore(ci): adjust direct Vault usage in Jenkins to new path
Browse files Browse the repository at this point in the history
  • Loading branch information
Langleu committed Jul 28, 2022
1 parent 298209f commit 35908cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ pipeline {
withVault(
[vaultSecrets:
[
[path : 'secret/common/ci-zeebe/testbench-secrets-1.x-prod',
[path : 'secret/products/zeebe/ci/testbench-secrets-1.x-prod',
secretValues:
[
[envVar: 'ZEEBE_CLIENT_SECRET', vaultKey: 'clientSecret'],
Expand Down

0 comments on commit 35908cb

Please sign in to comment.