From 62f40d5da23c084a1a9ab619e4a6a59ee98f8241 Mon Sep 17 00:00:00 2001 From: Tim Vahlbrock Date: Mon, 7 Oct 2024 09:30:56 +0200 Subject: [PATCH] Document usage of pactbroker.providerBranch with the matching branch selector --- docs/system-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-properties.md b/docs/system-properties.md index 654ece469..f795d34b7 100644 --- a/docs/system-properties.md +++ b/docs/system-properties.md @@ -39,7 +39,7 @@ Theses are all the system properties used by Pact-JVM | pactbroker.enableInsecureTls | Verification (JUnit, JUnit 5) | true, false | n | y | n | Enabling insecure TLS by setting this to true will disable hostname validation and trust all certificates. Use with caution. | | pactbroker.enablePending | Verification (JUnit, JUnit 5) | true, false | n | y | n | If the pending pacts feature should be enabled when fetching pacts to verify. When this is set to true, the provider tags or provider branches property also needs to be set (pactbroker.providerTags or pactbroker.providerBranch). | | pactbroker.providerTags | Verification (JUnit, JUnit 5) | tag names | y | y | n | Provider Tags to use to evaluate pending pacts when fetching pacts to verify. | -| pactbroker.providerBranch | Verification (JUnit, JUnit 5) | branch name | y | y | n | Provider Branch to use to evaluate pending pacts when fetching pacts to verify. | +| pactbroker.providerBranch | Verification (JUnit, JUnit 5) | branch name | y | y | n | Provider Branch to use to evaluate pending pacts when fetching pacts to verify. Also used as the provider branch name to match when using the matching branch selector. | | pactbroker.includeWipPactsSince | Verification (JUnit, JUnit 5) | ISO date (YYYY-MM-DD) | n | y | n | The earliest date WIP pacts should be included (ex: YYYY-MM-DD). If no date is provided, WIP pacts will not be included. | | pact.verification.reportDir | Verification (JUnit, JUnit 5) | Directory name | n | y | n | Sets the directory to write any configured verification reports to. | | pactfolder.path | Verification (JUnit, JUnit 5) | Directory name | n | y | n | Directory to fetch pacts from when using the folder loader. |