0

pact-jvm can publish the result back to the pact broker. However, I can't seem to find the option or a way to publish with a tag, like in the example of the pact broker:

enter image description here

l-lin
  • 1,075
  • 1
  • 11
  • 20

1 Answers1

0

This question was already asked on Github and apparently it's now possible with pact-jvm in version 4.0.1+, feature that just came out yesterday (2019/10/13):

Tagging the provider before verification results are published [4.0.1+] You can have a tag pushed against the provider version before

the verification results are published. To do this you need set the pact.provider.tag JVM system property to the tag value.

l-lin
  • 1,075
  • 1
  • 11
  • 20