-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more rendering options in pipelineRun generatedName #3323
Comments
Hi @caiocampoos, thanks for the feature request. Can you elaborate a bit on what exactly you're trying to do? It would be really helpful if you could provide an example of the PipelineRun YAML, identify which piece specifically doesn't currently meet your needs, and describe how you expect it to be handled. |
@AlanGreene of course, thanks for the reply. - apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: pr-$(tt.params.ref)-$(tt.params.author)-
spec:
serviceAccountName: service-account-{{ .Values.projectName }}
pipelineRef:
name: {{ .Values.projectName}}-pipeline
workspaces:
- name: shared-data
I would imagine we could have something like a displayName, that can accept more elaborate html to be rendered in the dashboard. |
There's currently no There are both See:
Something like a displayName field would need to be supported by the underlying CRD (PipelineRun in this case) before we could process and display it in the Dashboard. It might make sense to propose this as an enhancement to Tekton Pipelines. You can find details of the process for proposing new features at https://github.com/tektoncd/community/tree/main/process#proposing-features It's also worth noting that the Dashboard does currently display information about the EventListener and Trigger if the run was created by Tekton Triggers. |
Closing as there's currently nothing for the Dashboard to do here. Feel free to propose a TEP as described above to add a display name or similar field to the PipelineRun CRD. |
Feature request
We want to render links and tags on the pipeline run generated name, currently only working with alphanumeric lowercase and - characters.
Use case
We want to render links and tags to organize better our workflows. Something like Circleci or more custom.
Additional context
Something like this.
The text was updated successfully, but these errors were encountered: