906b930706
Change-Id: I542eee4096340a8e54073c9ca584cb701e714b50 Signed-off-by: Thanh Ha <zxiiro@linux.com>
13 lines
343 B
YAML
13 lines
343 B
YAML
- builders:
|
|
name: custom-copytarball1
|
|
builders:
|
|
- copyartifact: &custom-copytarball
|
|
project: foo
|
|
filter: "*.tar.gz"
|
|
target: /home/foo
|
|
which-build: last-successful
|
|
optional: true
|
|
flatten: true
|
|
do-not-fingerprint: true
|
|
parameter-filters: PUBLISH=true
|