Oracle Object

An Oracle Object Storage object artifact is a reference to an object in an Oracle Object Storage bucket.

These artifacts are generally consumed by stages that read configuration from text files, such as a Deploy Manifest stage.

Oracle object artifact in a pipeline definition

The following are the fields that make up an Oracle object artifact:

FieldExplanation
typeAlways oracle/object.
referenceThe full path to the artifact file, beginning withoci://.

The following is an example JSON representation of an Oracle object artifact, as it would appear in a pipeline definition:

  1. {
  2. "type": "oracle/object",
  3. "reference": "oci://bucket/file.json"
  4. }

Last modified July 1, 2021: docs(fix): fix internal links (#98) (d74c3a4)