master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 10:17:26 -08:00
parent 85ef1c1f82
commit ec6ed6a564

View File

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