-
https://redhat-developer-demos.github.io/tekton-tutorial/tekton-tutorial/tasks.html#tekton-task-step-template
instructs the reader to use this command
kubectl get pod -n tektontutorial build-app-r…
-
# Expected Behavior
`kustomize build`ing the nightly release yamls works as expected.
# Actual Behavior
At the moment it looks like trying to build the yamls results in invalid TriggerTemplat…
ghost updated
4 years ago
-
"when" expressions are great but have introduced a behaviour unfamiliar to existing CI/CD users. The issue is that Tasks set to "runAfter" a Task using a "when" expression do not run. We have many use…
-
**PipelineFinally Doc:**
https://tekton.dev/docs/pipelines/pipelines/#specifying-parameters-in-final-tasks
**Issue:**
The support of params is described in the finally document. However, when par…
-
### Feature request
When doing a `tkn clustertask describe` I would like to see the declared results in the output.
### Use case
Being able to see what results the clustertask provides.
…
-
# Expected Behavior
A pipelineRun executed.
# Actual Behavior
In my script there is no mention of `pipelinerun-pvc`.
```
Warning FailedScheduling default-scheduler persistentvolumecla…
-
# Expected Behavior
Get task results
# Actual Behavior
unable to find result referenced by param "lint" in "report": Could not find result with name output for task run lint
# Steps to Reprodu…
gsmlg updated
4 years ago
-
I constantly see 3-5 minute waits where pods are stuck initializing w/ this kind of warning shown on `describe`. After 3-5 minutes the warnings on pods like the below example go away then things funct…
-
# Expected Behavior
Allow using resourceSpec within pipeline definitions. The use case is related to [runtime params](https://github.com/tektoncd/pipeline/pull/1186), it is expected to use as a tas…
-
We are hitting a scalability problem that pins the controller in our clusters when we have a complex pipeline with close to 50 tasks that makes heavy use of params and results. I'll enclose a syntheti…