master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 11:48:50 -08:00
parent ddd667b7f4
commit 18efbeaf1b

View File

@ -18,6 +18,14 @@ 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'
@ -36,4 +44,4 @@ pipeline {
}
}
}
}
}