-
Tracking issue for integration with [Tekton Triggers](https://github.com/tektoncd/triggers).
Our goal here is to start recording input events (e.g. Push/Pull Request payload) as part of results, an…
-
# Expected Behavior
Taskrun describe/get should show any information about the workspaces which use default workspace binding
# Actual Behavior
Taskrun describe/get does not show any information …
-
# Expected Behavior
task generating array:
```yaml
apiVersion: tekton.dev/v1
kind: Task
metadata:
name: build-kaniko-env-vars
spec:
workspaces:
- name: source
description: …
-
Show some of the key differentiators of Tekton over other CI solutions. Chains? Container signing?
https://tekton.dev/docs/chains/
## Concerns, problems, usecases
-
**Actual behavior**
Result image doesn't have changes of a file that has been downloaded via command ADD and modified via command RUN (example RUN `chmod`).
Golang client do several HTTP requests …
-
## Summary
I get an error when I try to retrieve a secret from Conjur (with self signed cert).
## Steps to Reproduce
1. Apply the following puppet manifest:
```puppet
$sslcert = @("EOT")
-…
-
# Expected Behavior
It is possible to release Tekton Pipelines
# Actual Behavior
The publish task fails because the `IMAGES` result it too large:
```
{"level":"fatal","ts":1633523339.3185…
-
### Feature request
Results should be available for failed task and pipeline runs.
Today, if a `TaskRun` or `PipelineRun` is set to failed, we skip the code that grabs the results and adds them …
-
# Expected Behavior
Remote resolution only resolves commits belonging to the repository specified.
# Actual Behavior
Anonymous Git remote resolution will fail with:
```
failed to get task…
-
## Summary
Create a project that is an opinionated CI project used and maintained by the Tekton community. The goal is to replace completely `prow` to be able to dog-food Tekton entirely with Tekto…