Sha256: f7007491f337396ab00b39f24db353d6b68d08436a6f73b918f103c097012e94

Contents?: true

Size: 1.41 KB

Versions: 4

Compression:

Stored size: 1.41 KB

Contents

export PACT_BROKER_BASE_URL="http://localhost:9292"
export PACT_BROKER_TOKEN="localhost"

# bundle exec bin/pact-broker create-or-update-webhook http://localhost:9393 \
#   --uuid d40f38c3-aaa3-47f5-9161-95c07bc16b14 \
#   --request POST \
#   --description "foo webhook" \
#   --contract-published

bundle exec bin/pact-broker create-or-update-webhook http://localhost:9393 \
  --uuid d40f38c3-aaa3-47f5-9161-95csfadfsd7 \
  --description "This is quite a long description for a webhook that I hope will be truncated" \
  --request POST \
  --contract-published

# bundle exec bin/pact-broker publish spec/pacts/pact_broker_client-pact_broker.json spec/fixtures/foo-bar.json \
#   --consumer-app-version 1.2.12 \
#   --broker-base-url http://localhost:9292 \
#    --broker-username localhost --broker-password localhost \
#     --auto-detect-version-properties \
#     --build-url http://mybuild \
#     --branch master --tag foo5

# bundle exec bin/pact-broker create-or-update-webhook http://localhost:9393 \
#   --uuid d40f38c3-aaa3-47f5-9161-95c07bc16555 \
#   --provider Bar \
#   --request POST \
#   --contract-published


bundle exec bin/pact-broker publish spec/pacts/pact_broker_client-pact_broker.json \
  --consumer-app-version 1.2.26 \
  --broker-base-url http://localhost:9292 \
   --broker-token localhost \
    --auto-detect-version-properties \
    --build-url http://mybuild \
    --branch master --tag foo5 --tag foo6

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pact_broker-client-1.52.0 script/publish-pact.sh
pact_broker-client-1.51.2 script/publish-pact.sh
pact_broker-client-1.51.1 script/publish-pact.sh
pact_broker-client-1.51.0 script/publish-pact.sh