Pavlo Sprogis
03/15/2022, 12:19 PM./pact/bin/pact-broker version
1.59.0
command:
./pact/bin/pact-broker publish ./target/pacts -a <version> -h master -g -b $PACT_BROKER_URL -u $PACT_BROKER_USERNAME -p $PACT_BROKER_PASSWORD
it works fine on my laptop, but it fails during gitlab build:
PactBroker::Client::Hal::ErrorResponseReturned - Error making request to <url> status=503
...
<title>ERROR: The requested URL could not be retrieved</title>
...
<p id="sysmsg">The system returned: <i>(110) Connection timed out</i></p>
<p>The remote host or network may be down. Please try the request again.</p>
also
mvn pact:publish
works on gitlub and I can establish connection using telnet from gitlub runner to pact broker
what is the difference between maven plugin and cli client and how to fix cli issue?Pavlo Sprogis
03/15/2022, 12:21 PM<version>4.1.17</version>
Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Pavlo Sprogis
03/15/2022, 8:33 PM