tektoncd/pipeline

runtime context with matrix

Open

#7,024 opened on Aug 5, 2023

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Go (1,943 forks)auto 404
Hacktoberfestarea/apigood first issuehelp wantedkind/documentation

Repository metrics

Stars
 (9,013 stars)
PR merge metrics
 (PR metrics pending)

Description

Please document the standards for replacing context variables with matrix, specifically:

  • What is the value of "$(tasks.task1.status)" when task1 is a matrix task?
  • What is context.taskRun.name set to when a taskRun is part of a matrix task?

References:

https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#using-execution-status-of-pipelinetask https://github.com/tektoncd/pipeline/blob/main/docs/variables.md

/kind documentation

Contributor guide