We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8830c commit b2436dfCopy full SHA for b2436df
README.md
@@ -73,9 +73,11 @@ Full plugin configuration below, optional properties can be omitted
73
<!--Optional - default 'Test run Test run dd MMM yyyy HH:mm:ss'-->
74
<runName>Custom test run name</runName>
75
<!--Optional - Run metadata -->
76
- <metadata>{"env ":"uat ","build":"456"}</metadata>
+ <metadata>{"env ":"uat ","build":"456"}</metadata>
77
<!--Optional - all Jira tickets will be updated with test results by default; when JQL is provided only filtered tickets will be updated -->
78
<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>
81
</configuration>
82
</execution>
83
</executions>
0 commit comments