master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 12:22:27 -08:00
parent 342bdb89f0
commit 174f20d084

View File

@ -31,6 +31,8 @@ pipeline {
steps {
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 'cd /tmp && { curl -LO http://curl.haxx.se/ca/cacert.pem ; cd -; } '
sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
dir('pact/bin') {
sh "./pact-broker can-i-deploy -a user-service -b https://pact.bayhan.ca -e ${GIT_COMMIT}"
}