master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 14:48:24 -08:00
parent e8edd447ad
commit 0f07ebc0ea

View File

@ -41,9 +41,10 @@ pipeline {
steps {
// sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
// sh 'echo $SSL_CERT_FILE'
sh 'cp files/cacert.pem /etc/ssl/certs'
withEnv(['SSL_CERT_FILE=/etc/ssl/certs/cacert.pem']) {
sh 'cd /etc/ssl/certs && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } '
sh 'echo $SSL_CERT_FILE'
// 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/r\
eleases/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'