master- Sync Repo
This commit is contained in:
4
jenkins/cd/Jenkinsfile
vendored
4
jenkins/cd/Jenkinsfile
vendored
@@ -18,14 +18,14 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
dir('messaging-app') {
|
||||
sh '../mvnw clean verify'
|
||||
sh 'mvn clean verify'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Publish Pacts') {
|
||||
steps {
|
||||
dir('messaging-app') {
|
||||
sh '../mvnw pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
|
||||
sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user