jenkins-job-builder/tests/publishers/fixtures/postbuildscript004.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