master- Sync Repo
This commit is contained in:
parent
5560817d31
commit
101f7d6e67
8
jenkins/cd/Jenkinsfile
vendored
8
jenkins/cd/Jenkinsfile
vendored
@ -17,16 +17,16 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
dir('messaging-app') {
|
// dir('messaging-app') {
|
||||||
sh 'mvn clean verify'
|
sh 'mvn clean verify'
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Publish Pacts') {
|
stage('Publish Pacts') {
|
||||||
steps {
|
steps {
|
||||||
dir('messaging-app') {
|
// dir('messaging-app') {
|
||||||
sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
|
sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Check Pact Verifications') {
|
stage('Check Pact Verifications') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user