We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3b1b3 commit 131e487Copy full SHA for 131e487
Jenkinsfile
@@ -1,7 +1,7 @@
1
String registryEndpoint = 'registry.comp.ystv.co.uk'
2
3
def vaultConfig = [vaultUrl: 'https://vault.comp.ystv.co.uk',
4
- vaultCredentialId: 'vault-ansible',
+ vaultCredentialId: 'jenkins-vault',
5
engineVersion: 2]
6
7
def branch = env.BRANCH_NAME.replaceAll("/", "_")
0 commit comments