diff --git a/jenkins/cd/Jenkinsfile b/jenkins/cd/Jenkinsfile
index 08d28b0..23ccc62 100644
--- a/jenkins/cd/Jenkinsfile
+++ b/jenkins/cd/Jenkinsfile
@@ -39,12 +39,8 @@ pipeline {
}
stage('Check Pact Verifications') {
steps {
- // sh 'export SSL_CERT_FILE=/tmp/cacert.pem'
- // sh 'echo $SSL_CERT_FILE'
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/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') {
diff --git a/pom.xml b/pom.xml
index 1d3aad4..c2015bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
${pact.version}
- http://cicd.bayhan.ca:9292
+ https://pact.bayhan.ca
${pact.consumer.version}
${pact.tag}