hi All, if I want to go with pactbroker localhost ...
# pact-go
s
hi All, if I want to go with pactbroker localhost route, how will it work for two sides' pipelines?
m
it won’t, likely
are you saying you have a CI pipeline (presumably not running on your machine) but want to connect it to a Pact Broker on your localhost (which presumably is your dev machine?)(
The pact broker is really a central piece of infra you run across the org - that’s the way it should be run
s
thanks Matt, yes two different CI pipeline jenkins machines.
if I don't want to use pactflow as pact broker, can I build some server using org infra and those docker images? so different jenkins pipelines can access.
1
m
Absolutely
s
thank you