master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 10:01:26 -08:00
parent 5560817d31
commit 101f7d6e67

View File

@ -17,16 +17,16 @@ pipeline {
stages {
stage('Build') {
steps {
dir('messaging-app') {
// dir('messaging-app') {
sh 'mvn clean verify'
}
// }
}
}
stage('Publish Pacts') {
steps {
dir('messaging-app') {
// dir('messaging-app') {
sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
}
// }
}
}
stage('Check Pact Verifications') {