From e47ca21e82fb0bcad2252ba18127305b63e599a3 Mon Sep 17 00:00:00 2001 From: Oswald Quek Date: Wed, 2 Oct 2019 12:39:05 +0100 Subject: [PATCH] PP-5670: Specify consumer when running provider test Also according to the pact broker frontend doesn't seem to have pacts with adminusers so I've removed this from the build. --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 836d1a722..c71bb4d56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,8 +52,7 @@ pipeline { env.PACT_TAG = gitBranchName() } ws('contract-tests-wp') { - runPactProviderTests("pay-adminusers", "${env.PACT_TAG}") - runPactProviderTests("pay-connector", "${env.PACT_TAG}") + runPactProviderTests("pay-connector", "${env.PACT_TAG}", "frontend") } } post {