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