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 {
// 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 '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/r\