pact-test Sync Repo

This commit is contained in:
Mali Bayhan
2021-12-09 16:20:02 -08:00
parent fff755dec7
commit cf4db6c3a2
2 changed files with 17 additions and 3 deletions

3
Jenkinsfile vendored
View File

@@ -51,7 +51,10 @@ pipeline {
sh 'mvn sonar:sonar'
echo '############### MAVEN END #################'
}
sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
}
// maven:end
}
}