pact-foundation / pact-jvm

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://docs.pact.io
Apache License 2.0
1.08k stars 478 forks source link

Request for createTag task for gradle #1263

Open rarora-trip opened 3 years ago

rarora-trip commented 3 years ago

We at tripadvisor are trying to use pact contract testing as part of our pipeline framework. But there are few services which are not part of CI-CD and would need help of tagging mechanism. Can you please create this task for gradle?

mefellows commented 3 years ago

Hi @rarora-trip thanks for the request.

In case you weren't aware, we do have a set of CLI tools you can use for many of the pact broker specific operations (of which there are many). I personally tend to use these instead of language specific tooling when integrating to the broker.

You can see some examples of integrating gradle / JVM projects over at the Pactflow docs.