janus-idp / software-templates

Software Template (Backstage)
Apache License 2.0
35 stars 166 forks source link

TriggerTemplate `name` field too long #102

Closed ultraJeff closed 1 year ago

ultraJeff commented 1 year ago

Tekton pipelines seem to have a 63-character limit, but the name field of the TriggerTemplates here and here (and maybe elsewhere?) can quickly run longer than this due to the length of the ${uid} causing the pipeline to fail on Git push.

Tested with the app name my-new-quarkus-app

@mattheh @jayfray12