master- Sync Repo
This commit is contained in:
parent
fc5eae6d31
commit
f98b5647e6
4
jenkins/cd/Jenkinsfile
vendored
4
jenkins/cd/Jenkinsfile
vendored
@ -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') {
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user