summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/artifact-dep.yaml
blob: f1fd9c9211213774d75825246285a30cbf0e48f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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