Egor Borisov e0178ef02e Add integration with Allure Report plugin.
Allure Report step will now be available from the `publishers` section.

Change-Id: Idef39206cf05cd6a4949e87da13bf731b624b577
2017-07-03 01:41:02 +03:00

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