master- Sync Repo
This commit is contained in:
parent
b192a69676
commit
7f6ee5a1bc
3232
files/cacert.pem
Normal file
3232
files/cacert.pem
Normal file
File diff suppressed because it is too large
Load Diff
5
jenkins/cd/Jenkinsfile
vendored
5
jenkins/cd/Jenkinsfile
vendored
@ -29,6 +29,8 @@ pipeline {
|
|||||||
|
|
||||||
stage('Check Pact Verifications') {
|
stage('Check Pact Verifications') {
|
||||||
steps {
|
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 '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') {
|
||||||
@ -36,6 +38,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when {
|
when {
|
||||||
branch 'junit5'
|
branch 'junit5'
|
||||||
@ -45,4 +48,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user