Closed ultraJeff closed 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.
name
${uid}
Tested with the app name my-new-quarkus-app
my-new-quarkus-app
@mattheh @jayfray12
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