From c3120cc60b5e52bcfee3a233298053e6c0e7816a Mon Sep 17 00:00:00 2001 From: Mali Bayhan Date: Fri, 10 Dec 2021 12:23:29 -0800 Subject: [PATCH] master- Sync Repo --- jenkins/cd/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/cd/Jenkinsfile b/jenkins/cd/Jenkinsfile index c189f04..eb38a61 100644 --- a/jenkins/cd/Jenkinsfile +++ b/jenkins/cd/Jenkinsfile @@ -29,10 +29,10 @@ pipeline { stage('Check Pact Verifications') { steps { - 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' sh 'cd /tmp && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } ' sh 'export SSL_CERT_FILE=/tmp/cacert.pem' + 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 -a user-service -b https://pact.bayhan.ca -e ${GIT_COMMIT}" }