Links broken on https://tekton.dev/docs/pipelines/pipelines/ and in release-v0.50.x
#7,192 opened on Oct 10, 2023
Repository metrics
- Stars
- (9,013 stars)
- PR merge metrics
- (PR metrics pending)
Description
Expected Behavior
On https://tekton.dev/docs/pipelines/pipelines/ there are links like
- For an end-to-end example, see PipelineRun with when expressions.
- For an end-to-end example, see using context variables.
- For an end-to-end example, see Task Results in a PipelineRun.
When clicking those links I'd like to be able to see the end-to-end examples.
Actual Behavior
Those links point to locations under https://github.com/tektoncd/pipeline/tree/release-v0.50.x/examples/v1beta1/pipelineruns and the YAML files linked are not present there.
Steps to Reproduce the Problem
- Read https://tekton.dev/docs/pipelines/pipelines/.
- Click all links and check which lead to 404 File not found..
Additional Info
-
Kubernetes version:
Output of
kubectl version:
N/A
-
Tekton Pipeline version:
Output of
tkn versionorkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
N/A
It seems that the source of the page at https://tekton.dev/docs/pipelines/pipelines/ might be https://github.com/tektoncd/pipeline/blob/release-v0.50.x/docs/pipelines.md ... and at least the three links mentioned above are broken in that branch as well.