master- Sync Repo
This commit is contained in:
parent
0f07ebc0ea
commit
e60dd69428
4
jenkins/cd/Jenkinsfile
vendored
4
jenkins/cd/Jenkinsfile
vendored
@ -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\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user