master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 14:51:07 -08:00
parent 0f07ebc0ea
commit e60dd69428

View File

@ -41,8 +41,8 @@ pipeline {
steps { steps {
// sh 'export SSL_CERT_FILE=/tmp/cacert.pem' // sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
// sh 'echo $SSL_CERT_FILE' // sh 'echo $SSL_CERT_FILE'
sh 'cp files/cacert.pem /etc/ssl/certs' sh 'cp files/cacert.pem /tmp'
withEnv(['SSL_CERT_FILE=/etc/ssl/certs/cacert.pem']) { withEnv(['SSL_CERT_FILE=/tmp/cacert.pem']) {
// sh 'cd /etc/ssl/certs && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } ' // sh 'cd /etc/ssl/certs && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } '
// sh 'echo $SSL_CERT_FILE' // sh 'echo $SSL_CERT_FILE'
sh 'curl -LO https://github.com/pact-foundation/pact-ruby-standalone/r\ sh 'curl -LO https://github.com/pact-foundation/pact-ruby-standalone/r\