From 431d07816037fff3c0ce2b7ab712e77db3e42ed5 Mon Sep 17 00:00:00 2001 From: Mali Bayhan Date: Fri, 10 Dec 2021 10:04:49 -0800 Subject: [PATCH] master- Sync Repo --- jenkins/cd/Jenkinsfile | 2 +- pom.xml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/jenkins/cd/Jenkinsfile b/jenkins/cd/Jenkinsfile index a77453f..99e194f 100644 --- a/jenkins/cd/Jenkinsfile +++ b/jenkins/cd/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { sh 'curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.88.3/pact-1.88.3-linux-x86_64.tar.gz' sh 'tar xzf pact-1.88.3-linux-x86_64.tar.gz' dir('pact/bin') { - sh "./pact-broker can-i-deploy --retry-while-unknown=12 --retry-interval=10 -a messaging-app -b http://pact_broker -e ${GIT_COMMIT}" + sh "./pact-broker can-i-deploy --retry-while-unknown=12 --retry-interval=10 -a messaging-app -b http://cicd.bayhan.ca:9292 -e ${GIT_COMMIT}" } } } diff --git a/pom.xml b/pom.xml index 0525d98..1d3aad4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 de.kreuzwerker.cdc @@ -74,7 +72,7 @@ ${pact.version} - http://pact_broker + http://cicd.bayhan.ca:9292 ${pact.consumer.version} ${pact.tag} @@ -85,4 +83,4 @@ - + \ No newline at end of file