tekton
Here are 34 public repositories matching this topic...
Expected Behavior
I would like to look into creating an on-boarding guide for new users. The github documentation is very good and well-maintained but what I am hoping for is to find and address a quick win for the user so that they understand quickly what they can use the dashboard for. Something that when they first fire up the product they can see it in action.
Important note: I am not
Describe the bug
The steps described for the Event Source tutorial for Native eventing provide directions for deploying the cronjob source and check for created pods in the knativetutorial namespace, however no pods are created and looking at the logs for sources-controller I see the following error:
{"level":"error","ts":"2020-01-07T01:59:26.137Z","logger":"source-controller.cronjob-so
A guide with all the options on exposing EventListeners:
- Using the default Ingress
- Using Nginx Ingress
- Using a system like knative/eventing
If we do a tkn pipeline ls we have the start, duration and status field.
while if we do a tkn task ls we only have an age :
It could be nice to homogenize this
Additional Info
I am looking for the bazel.yaml file being referenced in the tutorial under the the following command:
$ kubectl apply -f bazel.yaml
task.tekton.dev/bazel created
I am trying to work with the following nodejs project:
git clone -b v1 https://github.com/docker-training/node-bulletin-board
Thanks
Sohil
Demonstration of a Kubernetes-centric CI/CD workflow
-
Updated
Jan 12, 2020 - JavaScript
As per the pipelines at https://github.com/pipeline-hotel/example-pipelines/tree/master/triggers-resources/config - when pushing a git tag to my git repository the webhooks-tekton-git-branch field that is added to the payload body in the interceptor, decides to list my tag as a branch name.
This is because of the trigger template specifying the label: `webhooks.tekton.dev/gitBranch: $(params.
We need better "Getting started guide" for the tekton projects.
- They should be on the
docs/folder of each of those project (likedocs/getting-started/…) - Repositories to tackle
Red Hat CodeReady Containers (Minishift equivalent for OpenShift 4.2 or newer) - step-by-step demo guides
-
Updated
Jan 8, 2020 - HTML
We should have standardized yaml and markdown linters. In a few issues, there's been problems with different forms of linters conflicting with each other causing issues (e.g. tektoncd/triggers#323 uses prettier, which seems to conflict with what yamllint wants).
Leading candidate is prettier due to its popularity (35k+ stars on GitHub), support fo
demonstrating covarity capabilities directly through examples/pipelines
-
Updated
Dec 13, 2019 - Makefile
A two day workshop on IBM's Cloud Pak for Application platform -- https://cloudpakforapplications.gitbook.io/workshop/
-
Updated
Jan 26, 2020 - Java
Instantly create and manage Knative build definitions running on top of Tekton Pipelines in your Kubernetes cluster.
-
Updated
Nov 21, 2019 - JavaScript
Kubectl job that trigger generation of images
-
Updated
Nov 5, 2019 - Python
-
Updated
Nov 27, 2019 - Dockerfile
Build and Deploy a hello-world application on Kubernetes using Tekton Pipelines
-
Updated
Dec 6, 2019 - JavaScript
CI/CD pipeline scripts for jenkins and tektoncd
-
Updated
Dec 26, 2019 - Dockerfile
Improve this page
Add a description, image, and links to the tekton topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tekton topic, visit your repo's landing page and select "manage topics."


It could be nice to augment the
Steptype with a timeout duration, after which time the step fails with some unique status/message.To support this we could pass the timeout value to the entrypoint binary, which would start a timer when step execution starts, and stop executing and raise a timeout error if execution doesn't finish in time.
If this is interesting to people it should be a pr