We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0435d commit 1402990Copy full SHA for 1402990
1 file changed
Jenkinsfile_CNP
@@ -44,6 +44,9 @@ withPipeline(type, product, component) {
44
env.PACT_BROKER_URL = "https://pact-broker.platform.hmcts.net"
45
loadVaultSecrets(secrets)
46
enableDbMigration('pcs')
47
+
48
+ syncBranchesWithMaster(['ithc', 'perftest'])
49
50
51
onPR() {
52
enablePactAs([
0 commit comments