920ad6574d
This plugin makes it possible to copy artifacts to remote locations. Change-Id: I39fbee7b397efb8560f340f0f02b51bf6ebcfd74
14 lines
357 B
YAML
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
|