2014-03-03 16:02:42 +01:00
|
|
|
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 */"
|
2014-12-04 15:02:46 -08:00
|
|
|
script-only-if-succeeded: False
|
|
|
|
script-only-if-failed: True
|
2015-10-29 00:56:06 -04:00
|
|
|
mark-unstable-if-failed: True
|