jenkins-job-builder/tests/publishers/fixtures/postbuildscript003.yaml
Alexandre Conrad a694c5dc4d support execute-on for postbuildscript
Change-Id: Iccf1fc6bc98f0e78cafc6184b64844be6eba19b8
2014-05-01 06:55:36 -07:00

6 lines
128 B
YAML

publishers:
- postbuildscript:
execute-on: 'matrix'
builders:
- shell: 'echo "Shell execution"'