Skip to content

Commit

Permalink
Add artifact to init
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 16, 2016
1 parent a70820d commit 996c2df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions command/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ job "example" {
}
}
}
# The artifact block can be specified one or more times to download
$ artifacts prior to the task being started. This is convenient for
$ shipping configs or data needed by the task.
# artifact {
# source = "http://foo.com/artifact.tar.gz"
# options {
# checksum = "md5:c4aa853ad2215426eb7d70a21922e794"
# }
# }
# Specify configuration related to log rotation
# logs {
Expand Down

0 comments on commit 996c2df

Please sign in to comment.