You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(error-detection): add multiple pattern support
Add support for configuring multiple error detection regex patterns at both
global (ConfigMap) and repository (CR) levels. This allows users to match
different error formats from various linters and tools in a single pipeline.
Global Configuration (ConfigMap):
- Changed error-detection-simple-regexp to support arrays
- Supports 3 formats: single pattern (backward compatible), multi-line YAML,
and JSON array
Repository CR:
- Added ErrorDetectionSettings with patterns array and max_number_of_lines
- Patterns are additive with global patterns
- Per-repository max_number_of_lines override
Jira: https://issues.redhat.com/browse/SRVKP-7237
Signed-off-by: Akshay Pant <[email protected]>
Assisted-by: Cursor <[email protected]>
0 commit comments