pact-test Sync Repo
This commit is contained in:
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
@@ -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}'
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user