tektoncd/pipeline

TEP 0097: Add `breakpoints`, `breakpoints.onFailure` to `debug` and extend support to PipelineRun

Aberta

#5.184 aberto em 21 de jul. de 2022

 (13 comentários) (0 reação) (1 responsável)Go (1.943 forks)auto 404
area/apiarea/roadmaphelp wantedkind/featurekind/teplifecycle/frozen

Métricas do repositório

Stars
 (9.013 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Feature request

Add breakpoints, breakpoints.onFailure to debug spec in TaskRuns which uses existing logic from the onFailure option in the debug.breakpoint spec in the TaskRun spec. Extend this logic to support PipelineRuns as well.

This will be the start development on TEP 0097 using the debug.breakpoints spec insteam of the debug.breakpoint spec to not break existing behavior. eventually deprecate debug.breakpoint in the TaskRun Spec.

Use case

Debug PipelineRuns on Failure

Guia do colaborador