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 479 forks source link

Missing support for gradle plugin canideploy on specific env #1668

Closed mslowiak closed 7 months ago

mslowiak commented 1 year ago

Current implementation of canideploy in gradle plugin allows only to pass params like:

It is missing parameter --to-environment

Ref: https://github.com/pact-foundation/pact-jvm/blob/e297ef75761f5008aac4b63550d1871f33119aab/provider/gradle/src/main/groovy/au/com/dius/pact/provider/gradle/PactPlugin.groovy#L32

github-actions[bot] commented 1 year ago

👋 Thanks, this ticket has been added to the PactFlow team's backlog as PACT-760