jenkins-job-builder/tests/publishers/fixtures/artifact-dep.yaml
Sergey Kolekonov 920ad6574d ArtifactDeployer Plugin support added
This plugin makes it possible to copy artifacts to remote locations.

Change-Id: I39fbee7b397efb8560f340f0f02b51bf6ebcfd74
2014-02-27 15:01:30 +04:00

14 lines
357 B
YAML

publishers:
- artifact-deployer:
entries:
- files: '*.tar.gz'
basedir: '/opt/data'
excludes: '*tmp*'
remote: '/home/test/'
flatten: true
delete-remote: true
delete-remote-artifacts: true
fail-no-files: true
groovy-script: 'print 123'
deploy-if-fail: true