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

WhenExpressions in Finally Tasks #3738

Merged
merged 1 commit into from
Feb 4, 2021
Merged

Commits on Feb 4, 2021

  1. WhenExpressions in Finally Tasks

    Users can guard execution of `Tasks` using `WhenExpressions`, but that
    is currently not supported in `Finally Tasks`.
    
    This change adds support for `WhenExpressions` in `Finally Tasks` not
    only to provide efficient guarded execution but also to improve the
    reusability of `Tasks` in `Finally`. The proposal is described further in
    the [WhenExpressions in Finally Tasks TEP](https://github.com/tektoncd/community/blob/master/teps/0045-whenexpressions-in-finally-tasks.md).
    
    Given we've recently added support for `Results` and `Status` in
    `Finally Tasks`, this is an opportune time to enable `WhenExpressions`
    in `Finally Tasks`.
    jerop committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    78a8f43 View commit details
    Browse the repository at this point in the history