231883819a
Change-Id: I0c0817397e22ef585e5ba4be4b038395b6d21b3d
18 lines
543 B
YAML
18 lines
543 B
YAML
publishers:
|
|
- postbuildscript:
|
|
builders:
|
|
- shell: 'echo "Shell execution should be first"'
|
|
- ant: 'ant_target'
|
|
groovy:
|
|
- "/** This is some inlined groovy */"
|
|
- "/** Some more inlined groovy */"
|
|
generic-script:
|
|
- '/tmp/one.sh'
|
|
- '/tmp/two.sh'
|
|
groovy-script:
|
|
- '/tmp/one.groovy'
|
|
- '/tmp/two.groovy'
|
|
script-only-if-succeeded: False
|
|
script-only-if-failed: True
|
|
mark-unstable-if-failed: True
|