From 5dcd43431fe1fdc62a4ed59fde3f01ca43536d72 Mon Sep 17 00:00:00 2001 From: koneko096 Date: Sat, 16 Oct 2021 23:52:13 +0700 Subject: [PATCH] Fix structure and enable tic autogenerate TOC should be called using `mdtoc --inline` command. Inline mode requires toc tag to be there. --- docs/pipelineruns.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/docs/pipelineruns.md b/docs/pipelineruns.md index 85d25490809..bdad3861eab 100644 --- a/docs/pipelineruns.md +++ b/docs/pipelineruns.md @@ -6,24 +6,28 @@ weight: 500 --> # PipelineRuns + - [PipelineRuns](#pipelineruns) - [Overview](#overview) - - [Configuring a `PipelineRun`](#configuring-a-pipelinerun) - - [Specifying the target `Pipeline`](#specifying-the-target-pipeline) + - [Configuring a PipelineRun](#configuring-a-pipelinerun) + - [Specifying the target Pipeline](#specifying-the-target-pipeline) - [Tekton Bundles](#tekton-bundles) - - [Specifying `Resources`](#specifying-resources) - - [Specifying `Parameters`](#specifying-parameters) - - [Specifying custom `ServiceAccount` credentials](#specifying-custom-serviceaccount-credentials) - - [Mapping `ServiceAccount` credentials to `Tasks`](#mapping-serviceaccount-credentials-to-tasks) - - [Specifying a `Pod` template](#specifying-a-pod-template) + - [Specifying Resources](#specifying-resources) + - [Specifying Parameters](#specifying-parameters) + - [Implicit Parameters](#implicit-parameters) + - [Specifying custom ServiceAccount credentials](#specifying-custom-serviceaccount-credentials) + - [Mapping ServiceAccount credentials to Tasks](#mapping-serviceaccount-credentials-to-tasks) + - [Specifying a Pod template](#specifying-a-pod-template) - [Specifying taskRunSpecs](#specifying-taskrunspecs) - - [Specifying `Workspaces`](#specifying-workspaces) - - [Specifying `LimitRange` values](#specifying-limitrange-values) + - [Specifying Workspaces](#specifying-workspaces) + - [Specifying LimitRange values](#specifying-limitrange-values) - [Configuring a failure timeout](#configuring-a-failure-timeout) - [Monitoring execution status](#monitoring-execution-status) - - [Cancelling a `PipelineRun`](#cancelling-a-pipelinerun) - - [Pending `PipelineRuns`](#pending-pipelineruns) - + - [Cancelling a PipelineRun](#cancelling-a-pipelinerun) + - [Gracefully cancelling a PipelineRun](#gracefully-cancelling-a-pipelinerun) + - [Gracefully stopping a PipelineRun](#gracefully-stopping-a-pipelinerun) + - [Pending PipelineRuns](#pending-pipelineruns) + ## Overview @@ -161,7 +165,7 @@ in [Pipelines](pipelines.md#tekton-bundles) or [TaskRuns](taskruns.md#tekton-bun so long as the artifact adheres to the [contract](tekton-bundle-contracts.md). -## Specifying `Resources` +### Specifying `Resources` A `Pipeline` requires [`PipelineResources`](resources.md) to provide inputs and store outputs for the `Tasks` that comprise it. You must provision those resources in the `resources` field