master- Sync Repo
This commit is contained in:
parent
101f7d6e67
commit
431d078160
2
jenkins/cd/Jenkinsfile
vendored
2
jenkins/cd/Jenkinsfile
vendored
@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
8
pom.xml
8
pom.xml
@ -1,7 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>de.kreuzwerker.cdc</groupId>
|
||||
@ -74,7 +72,7 @@
|
||||
<version>${pact.version}</version>
|
||||
<configuration>
|
||||
<!-- pact_broker is the service name in docker-compose -->
|
||||
<pactBrokerUrl>http://pact_broker</pactBrokerUrl>
|
||||
<pactBrokerUrl>http://cicd.bayhan.ca:9292</pactBrokerUrl>
|
||||
<projectVersion>${pact.consumer.version}</projectVersion>
|
||||
<tags>
|
||||
<tag>${pact.tag}</tag>
|
||||
@ -85,4 +83,4 @@
|
||||
</build>
|
||||
|
||||
|
||||
</project>
|
||||
</project>
|
||||
Loading…
x
Reference in New Issue
Block a user