Skip to content
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

Propagate Pipeline name label to PipelineRun #4163

Merged
merged 1 commit into from
Aug 17, 2021

Commits on Aug 17, 2021

  1. Propagate Pipeline name label to PipelineRun

    Currently, a `PipelineRun` started in a `Cancelled` or `Pending` state
    doesn't receive the `Pipeline` name label.
    
    As such, a user cannot find all the `PipelineRuns` related to a given
    `Pipeline`. This is a challenge for a user searching for associated
    `PipelineRuns` in `Pending` state in order to start them.
    
    In this change, we ensure that the `Pipeline` name label is propagated
    from the `Pipeline` to the `PipelineRun`.
    
    Fixes tektoncd#3903.
    jerop committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    3908542 View commit details
    Browse the repository at this point in the history