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

APIs for conditionals #1031

Merged
merged 1 commit into from
Jul 22, 2019
Merged

APIs for conditionals #1031

merged 1 commit into from
Jul 22, 2019

Commits on Jul 22, 2019

  1. Add APIs for Conditionals

    This commit adds the basic APIs for conditionals in Tekton:
    1. Condition CRD defines a condition how a condition is evaluated i.e.
       the container spec and any input parameters.
    2. The `Conditions` field in `PipelineTask` references `Condition`
       resources that have to pass before the task is executed.
    3. The `ConditionChecks` field in `PipelineRun.Status.TaskRuns` surfaces
       the status of conditions that were evaluated for that particular task.
    dibyom committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    741144a View commit details
    Browse the repository at this point in the history