From 496f1258407ab395b7017f62866628ff6f6767ca Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 23 Jan 2017 14:55:37 -0800 Subject: [PATCH 1/2] Remove misleading "any URL as defined by go-getter" doc --- website/source/docs/job-specification/artifact.html.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/docs/job-specification/artifact.html.md b/website/source/docs/job-specification/artifact.html.md index cc8e7cb6e..65aa4c854 100644 --- a/website/source/docs/job-specification/artifact.html.md +++ b/website/source/docs/job-specification/artifact.html.md @@ -52,7 +52,6 @@ before the starting the task. as a directory and source files will be downloaded into that directory path. - `source` `(string: )` - Specifies the URL of the artifact to download. - The can be any URL as defined by the [`go-getter`][go-getter] library. - `options` `(map: nil)` - Specifies configuration parameters to fetch the artifact. The key-value pairs map directly to parameters appended to From 1b80e15888e69f208b33c8dba0b4f87e1d6885d7 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 23 Jan 2017 15:00:22 -0800 Subject: [PATCH 2/2] Add more details to the source doc --- website/source/docs/job-specification/artifact.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/job-specification/artifact.html.md b/website/source/docs/job-specification/artifact.html.md index 65aa4c854..e773241d2 100644 --- a/website/source/docs/job-specification/artifact.html.md +++ b/website/source/docs/job-specification/artifact.html.md @@ -52,6 +52,8 @@ before the starting the task. as a directory and source files will be downloaded into that directory path. - `source` `(string: )` - Specifies the URL of the artifact to download. + Only `http`, `https`, and `s3` URLs are supported. See [`go-getter`][go-getter] + for details. - `options` `(map: nil)` - Specifies configuration parameters to fetch the artifact. The key-value pairs map directly to parameters appended to