master- Sync Repo
This commit is contained in:
parent
40e186f6b5
commit
8479b9b612
4
jenkins/cd/Jenkinsfile
vendored
4
jenkins/cd/Jenkinsfile
vendored
@ -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') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user