deployFolder property

String? deployFolder
getter/setter pair

Path to a folder containing the files to upload to Artifact Registry.

This can be either an absolute path, e.g. /workspace/my-app/target/, or a relative path from /workspace, e.g. my-app/target/. This field is mutually exclusive with the path field.

Optional.

Implementation

core.String? deployFolder;