master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 11:54:46 -08:00
parent db3c6dbdee
commit f6d2303c45

View File

@ -29,6 +29,7 @@ pipeline {
sh 'mvn sonar:sonar'
}
}
}
// maven:end
}
@ -40,14 +41,6 @@ pipeline {
}
}
stage('Static Code Analysis') {
steps {
withSonarQubeEnv('cicd') {
sh 'mvn sonar:sonar'
}
}
}
stage('Check Pact Verifications') {
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'