Skip to content

Commit

Permalink
add vault config
Browse files Browse the repository at this point in the history
  • Loading branch information
probablybenallen authored Jul 7, 2023
1 parent 18b09a5 commit a45e70c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
String registryEndpoint = 'registry.comp.ystv.co.uk'

// def vaultConfig = [vaultUrl: 'https://vault.comp.ystv.co.uk',
// vaultCredentialId: 'jenkins-vault',
// engineVersion: 2]
def vaultConfig = [vaultUrl: 'https://vault.comp.ystv.co.uk',
vaultCredentialId: 'jenkins-vault',
engineVersion: 2]

def image
String imageName = "ystv/public-site:${env.BRANCH_NAME}-${env.BUILD_ID}"
Expand Down

0 comments on commit a45e70c

Please sign in to comment.