3066e73811
Added support for the Flexible Publish plugin to the JJB publishers. Updated documentation and unit tests as well. Change-Id: Id72a4b01f451ae2613b24347afb6493bf7641cd1
10 lines
269 B
YAML
10 lines
269 B
YAML
publishers:
|
|
- conditional-publisher:
|
|
- condition-kind: current-status
|
|
condition-worst: FAILURE
|
|
condition-best: SUCCESS
|
|
action:
|
|
- archive:
|
|
artifacts: '**/**'
|
|
allow-empty: 'true'
|