flux v2.9.5

ArtifactGenerator.spec.artifacts[].copy[].to

To specifies the destination path within the artifact. The format is "@artifact/path", the alias "artifact" refers to the root path of the generated artifact. When pathPattern is set, the path may use capture placeholders such as "{app}".

1 fields
ArtifactGenerator.spec.artifacts[].copy[].to fields and descriptions
Field / TypeDescription
ArtifactGenerator.spec.artifacts[].copy[].to
string

To specifies the destination path within the artifact. The format is "@artifact/path", the alias "artifact" refers to the root path of the generated artifact. When pathPattern is set, the path may use capture placeholders such as "{app}".

  • minLength: 1
  • maxLength: 1024
  • pattern: ^@artifact/([^/]{0,1}|[^./][^/]|[.][^./]|[^/]{3,})(/([^/]{0,1}|[^./][^/]|[.][^./]|[^/]{3,}))*$