diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 5969b3e1..d198fcd4 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -5,7 +5,7 @@ properties( pipelineTriggers([[$class: 'GitHubPushTrigger']])] ) -@Library("Infrastructure") +@Library("Infrastructure@cve-dashboard") def yarnBuilder = new uk.gov.hmcts.contino.YarnBuilder(this) def product = "ccd" @@ -60,6 +60,7 @@ withPipeline("nodejs", product, component) { overrideVaultEnvironments(vaultOverrides) loadVaultSecrets(secrets) disableLegacyDeployment() + enableCveDashboardIngestion(['master', 'PR-883', 'codex/enable-cve-dashboard-ingestion']) afterAlways('checkout') { sh "yarn cache clean"