Skip to content
#

tekton

Here are 34 public repositories matching this topic...

ImJasonH
ImJasonH commented Dec 4, 2019

It could be nice to augment the Step type 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

adunderwood
adunderwood commented Sep 5, 2019

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

pdettori
pdettori commented Jan 7, 2020

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
dibbles
dibbles commented Dec 2, 2019

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.

Improve this page

Add a description, image, and links to the tekton topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tekton topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.