HTTP File

HTTP file artifacts are references to files stored in plaintext reachable via HTTP. They are generally consumed by stages that read configuration from text files, such as a Deploy Manifest stage.

These files can be downloaded using basic auth.

Fields

FieldExplanation
typeAlways http/file.
referenceThe fully-qualified URL where your file can be read from.
nameAn optional identifier for referencing this artifact later.
versionN/A
locationN/A

Example

{
  "type": "http/file",
  "reference": "https://raw.githubusercontent.com/....",
  "name": "My manifest stored in github",
}
Last modified May 4, 2021: more cleanup (0281411)