flux v2.9.5

ArtifactGenerator.spec.pathPattern

PathPattern specifies a directory traversal pattern to match within the sources. The format is "@<alias>/<pattern>". Named captures in the pattern (e.g. "{app}") can be used as placeholders in OutputArtifacts fields.

1 fields
ArtifactGenerator.spec.pathPattern fields and descriptions
Field / TypeDescription
ArtifactGenerator.spec.pathPattern
string

PathPattern specifies a directory traversal pattern to match within the sources. The format is "@<alias>/<pattern>". Named captures in the pattern (e.g. "{app}") can be used as placeholders in OutputArtifacts fields.

  • maxLength: 1024
  • pattern: ^@([a-z0-9]([a-z0-9_-]*[a-z0-9])?)/(.*)$