master- Sync Repo
This commit is contained in:
parent
c3120cc60b
commit
298f702a17
8
jenkins/cd/Jenkinsfile
vendored
8
jenkins/cd/Jenkinsfile
vendored
@ -29,8 +29,12 @@ pipeline {
|
|||||||
|
|
||||||
stage('Check Pact Verifications') {
|
stage('Check Pact Verifications') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cd /tmp && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } '
|
dir('/tmp') {
|
||||||
sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
|
sh 'curl -LO http://curl.haxx.se/ca/cacert.pem'
|
||||||
|
sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
|
||||||
|
}
|
||||||
|
sh 'echo SSL_CERT_FILE'
|
||||||
|
/* groovylint-disable-next-line LineLength */
|
||||||
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 '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'
|
sh 'tar xzf pact-1.88.3-linux-x86_64.tar.gz'
|
||||||
dir('pact/bin') {
|
dir('pact/bin') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user