From f98b5647e638644f396149da36697eb6413f6edf Mon Sep 17 00:00:00 2001 From: Mali Bayhan Date: Fri, 10 Dec 2021 15:19:53 -0800 Subject: [PATCH] master- Sync Repo --- jenkins/cd/Jenkinsfile | 4 ---- pom.xml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/jenkins/cd/Jenkinsfile b/jenkins/cd/Jenkinsfile index 08d28b0..23ccc62 100644 --- a/jenkins/cd/Jenkinsfile +++ b/jenkins/cd/Jenkinsfile @@ -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') { diff --git a/pom.xml b/pom.xml index 1d3aad4..c2015bb 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ ${pact.version} - http://cicd.bayhan.ca:9292 + https://pact.bayhan.ca ${pact.consumer.version} ${pact.tag}