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