Skip to content
Success

Changes

Summary

  1. feat(libraries): add pre-built binary download validation in (commit: f65f789) (details)
Commit f65f789b6cefdbd0f96fdab1bb2ba8a14ce78c95 by noreply
feat(libraries): add pre-built binary download validation in component.groovy (#4573)

Introduce `parseCIParamsFromPRTitle` and
`validatePreBuiltComponentParams` to reject pre-built binary
downloads for unsupported components or on core branches (e.g.
main, release-X.Y).  Call validation early in
`computeArtifactOciTagFromPR` to fail fast with clear error
messages.
(commit: f65f789)
The file was modifiedlibraries/tipipeline/vars/component.groovy (diff)
The file was addedlibraries/tipipeline/test/TestComponent.groovy