master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 15:02:33 -08:00
parent 8479b9b612
commit aab6ca420f

View File

@ -20,6 +20,8 @@ pipeline {
}
stage('Check Pact Verifications') {
steps {
sh 'cp files/cacert.pem /tmp'
withEnv(['SSL_CERT_FILE=/tmp/cacert.pem']) {
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'
dir('pact/bin') {
@ -27,6 +29,7 @@ pipeline {
}
}
}
}
stage('Deploy') {
when {
branch 'junit5'