|
job "binstore-storagelocker" {
|
|
group "binsl" {
|
|
task "binstore" {
|
|
driver = "docker"
|
|
|
|
artifact {
|
|
source = "http://foo.com/bar"
|
|
destination = ""
|
|
}
|
|
|
|
artifact {
|
|
source = "http://foo.com/baz"
|
|
}
|
|
artifact {
|
|
source = "http://foo.com/bam"
|
|
destination = "var/foo"
|
|
}
|
|
resources {}
|
|
}
|
|
}
|
|
}
|