pact-test Sync Repo

This commit is contained in:
Mali Bayhan
2021-12-10 11:34:40 -08:00
parent 1da2d025a9
commit a04c37e9d1
7 changed files with 27 additions and 10 deletions

20
Jenkinsfile vendored
View File

@@ -54,17 +54,17 @@ pipeline {
// maven:end
}
stage('Pact'){
// stage('Pact'){
// agent {
// docker {
// image "${MAVEN_IMAGE}"
// }
// }
// // agent {
// // docker {
// // image "${MAVEN_IMAGE}"
// // }
// // }
steps{
sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
}
}
// steps{
// sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
// }
// }
}
}