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:

{
  "type": "oracle/object",
  "reference": "oci://bucket/file.json"
}