jenkins-job-builder/tests/publishers/fixtures/conditional-publisher001.yaml
Jaime Flynn 3066e73811 Added flexible publish support
Added support for the Flexible Publish plugin to the JJB publishers.
Updated documentation and unit tests as well.

Change-Id: Id72a4b01f451ae2613b24347afb6493bf7641cd1
2014-10-14 11:54:31 -05:00

10 lines
269 B
YAML

publishers:
- conditional-publisher:
- condition-kind: current-status
condition-worst: FAILURE
condition-best: SUCCESS
action:
- archive:
artifacts: '**/**'
allow-empty: 'true'