From 049bb1d62a5ee137273b1c43a27b68d97cc3d460 Mon Sep 17 00:00:00 2001 From: Mali Bayhan Date: Fri, 10 Dec 2021 13:39:08 -0800 Subject: [PATCH] master- Sync Repo --- jenkins/cd/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/cd/Jenkinsfile b/jenkins/cd/Jenkinsfile index f895250..a2c9a62 100644 --- a/jenkins/cd/Jenkinsfile +++ b/jenkins/cd/Jenkinsfile @@ -29,9 +29,9 @@ pipeline { stage('Check Pact Verifications') { steps { - sh 'cd /tmp && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } ' - sh 'export SSL_CERT_FILE=/tmp/cacert.pem' - sh 'echo SSL_CERT_FILE' + // sh 'cd /tmp && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } ' + // sh 'export SSL_CERT_FILE=/tmp/cacert.pem' + // 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') {