blob: 92d10e9694aa19736ccf77fd3d6d61787c2481db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
destination dest:
job gen_publish:
checkout:
shell:
- touch x
- touch y
artifact x:
path: x
artifact y:
path: y
publish:
- to: dest
artifact: x
- to: dest
artifact: gen_publish.y
|