Skip to content

Commit

Permalink
docs: fix links to Matrix examples
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
  • Loading branch information
AverageMarcus committed May 17, 2024
1 parent 3dab35e commit c0c0ada
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions docs/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,33 @@ weight: 406

# Matrix

- [Overview](#overview)
- [Configuring a Matrix](#configuring-a-matrix)
- [Generating Combinations](#generating-combinations)
- [Explicit Combinations](#explicit-combinations)
- [Concurrency Control](#concurrency-control)
- [Parameters](#parameters)
- [Parameters in Matrix.Params](#parameters-in-matrixparams-1)
- [Parameters in Matrix.Include.Params](#parameters-in-matrixincludeparams)
- [Specifying both `params` and `matrix` in a `PipelineTask`](#specifying-both-params-and-matrix-in-a-pipelinetask)
- [Context Variables](#context-variables)
- [Access Matrix Combinations Length](#access-matrix-combinations-length)
- [Access Aggregated Results Length](#access-aggregated-results-length)
- [Results](#results)
- [Specifying Results in a Matrix](#specifying-results-in-a-matrix)
- [Results in Matrix.Params](#results-in-matrixparams)
- [Results in Matrix.Include.Params](#results-in-matrixincludeparams)
- [Results from fanned out PipelineTasks](#results-from-fanned-out-pipelinetasks)
- [Retries](#retries)
- [Examples](#examples)
- [`Matrix` Combinations with `Matrix.Params` only](#-matrix--combinations-with--matrixparams--only)
- [`Matrix` Combinations with `Matrix.Params` and `Matrix.Include`](#-matrix--combinations-with--matrixparams--and--matrixinclude-)
- [`PipelineTasks` with `Tasks`](#-pipelinetasks--with--tasks-)
- [`PipelineTasks` with `Custom Tasks`](#-pipelinetasks--with--custom-tasks-)
- [Matrix](#matrix)
- [Overview](#overview)
- [Configuring a Matrix](#configuring-a-matrix)
- [Generating Combinations](#generating-combinations)
- [Explicit Combinations](#explicit-combinations)
- [DisplayName](#displayname)
- [`matrix.include[].name`](#matrixincludename)
- [Precedence Order](#precedence-order)
- [Concurrency Control](#concurrency-control)
- [Parameters](#parameters)
- [Parameters in Matrix.Params](#parameters-in-matrixparams)
- [Parameters in Matrix.Include.Params](#parameters-in-matrixincludeparams)
- [Specifying both `params` and `matrix` in a `PipelineTask`](#specifying-both-params-and-matrix-in-a-pipelinetask)
- [Context Variables](#context-variables)
- [Access Matrix Combinations Length](#access-matrix-combinations-length)
- [Access Aggregated Results Length](#access-aggregated-results-length)
- [Results](#results)
- [Specifying Results in a Matrix](#specifying-results-in-a-matrix)
- [Results in Matrix.Params](#results-in-matrixparams)
- [Results in Matrix.Include.Params](#results-in-matrixincludeparams)
- [Results from fanned out Matrixed PipelineTasks](#results-from-fanned-out-matrixed-pipelinetasks)
- [Retries](#retries)
- [Examples](#examples)
- [`Matrix` Combinations with `Matrix.Params` only](#matrix-combinations-with-matrixparams-only)
- [`Matrix` Combinations with `Matrix.Params` and `Matrix.Include`](#matrix-combinations-with-matrixparams-and-matrixinclude)
- [`PipelineTasks` with `Tasks`](#pipelinetasks-with-tasks)
- [`PipelineTasks` with `Custom Tasks`](#pipelinetasks-with-custom-tasks)

## Overview

Expand Down Expand Up @@ -1004,8 +1008,8 @@ status:
```

[cel]: https://github.com/tektoncd/experimental/tree/1609827ea81d05c8d00f8933c5c9d6150cd36989/cel
[pr-with-matrix]: ../examples/v1/pipelineruns/beta/pipelinerun-with-matrix.yaml
[pr-with-matrix-and-results]: ../examples/v1/pipelineruns/beta/pipelinerun-with-matrix-and-results.yaml
[pr-with-matrix-context-variables]: ../examples/v1/pipelineruns/beta/pipelinerun-with-matrix-context-variables.yaml
[pr-with-matrix-emitting-results]: ../examples/v1/pipelineruns/beta/pipelinerun-with-matrix-emitting-results.yaml
[pr-with-matrix]: https://github.com/tektoncd/pipeline/examples/v1/pipelineruns/beta/pipelinerun-with-matrix.yaml
[pr-with-matrix-and-results]: https://github.com/tektoncd/pipeline/examples/v1/pipelineruns/beta/pipelinerun-with-matrix-and-results.yaml
[pr-with-matrix-context-variables]: https://github.com/tektoncd/pipeline/examples/v1/pipelineruns/beta/pipelinerun-with-matrix-context-variables.yaml
[pr-with-matrix-emitting-results]: https://github.com/tektoncd/pipeline/examples/v1/pipelineruns/beta/pipelinerun-with-matrix-emitting-results.yaml
[retries]: pipelines.md#using-the-retries-field

0 comments on commit c0c0ada

Please sign in to comment.