14 lines
366 B
YAML
14 lines
366 B
YAML
![]() |
publishers:
|
||
|
- postbuildscript:
|
||
|
generic-script:
|
||
|
- '/tmp/one.sh'
|
||
|
- '/tmp/two.sh'
|
||
|
groovy-script:
|
||
|
- '/tmp/one.groovy'
|
||
|
- '/tmp/two.groovy'
|
||
|
groovy:
|
||
|
- "/** This is some inlined groovy */"
|
||
|
- "/** Some more inlined groovy */"
|
||
|
onsuccess: False
|
||
|
onfailure: True
|