master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 15:00:52 -08:00
parent 40e186f6b5
commit 8479b9b612

View File

@ -11,11 +11,11 @@ pipeline {
stages {
stage ('Build') {
steps {
dir('user-service') {
// dir('user-service') {
sh 'mvn clean verify ' +
"-Dpact.provider.version=${GIT_COMMIT} " +
'-Dpact.verifier.publishResults=true'
}
// }
}
}
stage('Check Pact Verifications') {