master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 15:19:53 -08:00
parent fc5eae6d31
commit f98b5647e6
2 changed files with 1 additions and 5 deletions

View File

@ -39,12 +39,8 @@ pipeline {
}
stage('Check Pact Verifications') {
steps {
// sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
// sh 'echo $SSL_CERT_FILE'
sh 'cp files/cacert.pem /tmp'
withEnv(['SSL_CERT_FILE=/tmp/cacert.pem']) {
// sh 'cd /etc/ssl/certs && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } '
// sh 'echo $SSL_CERT_FILE'
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') {

View File

@ -72,7 +72,7 @@
<version>${pact.version}</version>
<configuration>
<!-- pact_broker is the service name in docker-compose -->
<pactBrokerUrl>http://cicd.bayhan.ca:9292</pactBrokerUrl>
<pactBrokerUrl>https://pact.bayhan.ca</pactBrokerUrl>
<projectVersion>${pact.consumer.version}</projectVersion>
<tags>
<tag>${pact.tag}</tag>