The confluence
test report plugin is publishing test results in a Confluence page.
Define a Confluence installation to be targeted.
It takes the following parameters:
- url (
String
): URL to the Confluence server - tests_report_page_id (
String
ornil
): Confluence page id used for tests reports, or nil if none [default: nil]
Example:
# Confluence configuration
confluence(
url: 'https://my_confluence.my_domain.com/confluence',
# Tests report page ID
tests_report_page_id: '12345678'
)
Credential | Usage |
---|---|
confluence |
Used to connect to the Confluence API |
Metadata | Type | Usage |
---|
Variable | Usage |
---|
None