
Allure Report step will now be available from the `publishers` section. Change-Id: Idef39206cf05cd6a4949e87da13bf731b624b577
14 lines
337 B
YAML
14 lines
337 B
YAML
publishers:
|
|
- allure:
|
|
results-paths:
|
|
- path: 'build/allure-results1'
|
|
- path: 'build/allure-results2'
|
|
properties:
|
|
- key: 'allure.link.issue.pattern'
|
|
value: 'http://test.tms/{}'
|
|
jdk: openjdk1.8
|
|
commandline: allure2
|
|
report-build-policy: UNSTABLE
|
|
include-properties: true
|
|
|