Jaime Flynn 07f14378b3 updated conditional_publisher to support plugin changes
Updated conditional_publisher to support the new XML format
 in the latest versions (>= 0.13) of the Flexible Publish plugin.
Ensured legacy format is still supported for plugin versions < 0.13.
Added support for multiple actions per condition with version >= 0.13.
Added unit test for multiple actions per condition

Change-Id: I4a91d2836ccd079d059b961a7f0b177a17df4093
2015-03-13 17:55:00 -05:00

12 lines
327 B
YAML

publishers:
- conditional-publisher:
- condition-kind: always
on-evaluation-failure: run-and-mark-unstable
action:
- archive:
artifacts: '**/**'
allow-empty: 'true'
- aggregate-tests:
include-failed-builds: true