Skip to content

Commit ba4b5e8

Browse files
committed
fixup! RHINENG-22499: jeniknsfile for gh-pr-and-build job
1 parent 99a3006 commit ba4b5e8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ pipeline {
4242
wrap([$class: 'VaultBuildWrapper',
4343
vaultSecrets: [
4444
[
45-
// Vault path containing the secrets
46-
path: 'app-sre/quay/app-sre-push',
45+
configuration: configuration
4746
secretValues: secrets
4847
]
4948
]
@@ -66,8 +65,7 @@ pipeline {
6665
wrap([$class: 'VaultBuildWrapper',
6766
vaultSecrets: [
6867
[
69-
// Vault path containing the secrets
70-
path: 'app-sre/quay/app-sre-push',
68+
configuration: configuration
7169
secretValues: secrets
7270
]
7371
]

0 commit comments

Comments
 (0)