-
# Expected Behavior
Hello, I am building a pipeline with a conditional series of tasks that use the same `when` condition, after that series of tasks there is one or more other tasks that don't have …
Allda updated
2 months ago
-
At this moment tests and releases for Tekton parts (pipeline, triggers, dashboard, operator) are available only for amd64.
Other architectures (s390x, ppc64le, arm64) usually require to run the tests…
-
today the https://github.com/tektoncd/triggers project provides github/gitlab styled webhook trigger support for creating tekton API object to trigger their CI/CD pipelines.
This is akin to the web…
-
I'm using this provider to manage Tekton trigger templates, like this:
```hcl
resource "kubectl_manifest" "triggertemplate" {
yaml_body =
-
### Feature request
Build a community maintained catalog of trigger resources for well known event formats in the CI/CD space. For example GitHub or GitLab webhooks, CDEvents (https://cdevents.dev)…
-
Tekton installed resources versions
Client version: 0.32.2
Pipeline version: v0.52.1
Triggers version: v0.25.2
Dashboard version: v0.40.1
Created the gitlab-runner and able to connect to my k…
-
***10h***
* Install Gitea Chart:
* Configure Admin user:
* Configure OIDC:
* Configure metrics:
* Install Coder:
* Configure OIDC:
* Install Tekton via Kustomization referencing…
-
# Expected Behavior
Tekton Pipelines validation should return an error message about validiation error when openshift validates the yaml on save.
# Actual Behavior
Tekton pipelines crashes and is…
-
# Expected Behavior
When I define a `Task` like so:
```yaml
steps:
- image: ':$(params.version)'
imagePullPolicy: IfNotPresent
```
I expect to see a pod created like so:
```y…
-
# Expected Behavior
Sidecar-container name shouldn't get prefixed with "sidecar-" instead it should use the specified name only.
# Actual Behavior
Prefix "sidecar-" always gets added with Sideca…