Skip to content

Commit b2436df

Browse files
committed
Update readme with runId param
1 parent 5d8830c commit b2436df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ Full plugin configuration below, optional properties can be omitted
7373
<!--Optional - default 'Test run Test run dd MMM yyyy HH:mm:ss'-->
7474
<runName>Custom test run name</runName>
7575
<!--Optional - Run metadata -->
76-
<metadata>{"env ":"uat ","build":"456"}</metadata>
76+
<metadata>{"env ":"uat ","build":"456"}</metadata>
7777
<!--Optional - all Jira tickets will be updated with test results by default; when JQL is provided only filtered tickets will be updated -->
7878
<jql>project = XX AND key in ('XXX-1')</jql>
79+
<!--Optional - In case you want to append results to the existing test run -->
80+
<runId>123</runId>
7981
</configuration>
8082
</execution>
8183
</executions>

0 commit comments

Comments
 (0)