pact-test Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 08:58:00 -08:00
parent b9cb17cce5
commit b31c0ad485

4
Jenkinsfile vendored
View File

@ -49,7 +49,9 @@ pipeline {
}
stage('Pact'){
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}'
}
}
}
}