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

TEP-0142: Introduce Value in TaskResults #7347

Merged

Commits on Nov 10, 2023

  1. Introduce Value in TaskResults

    This PR introduces the field `Value` in `TaskResults`.
    This field is necessary to capture the results produced by `StepActions`
    if the Task needs to resolve name conflicts.
    
    This is part of issue tektoncd#7259.
    Following this PR, we will add support for extracting StepAction results
    via termination message and sidecar logs.
    chitrangpatel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    54bda50 View commit details
    Browse the repository at this point in the history