Questions tagged [tekton-pipelines]

Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build, test, and deploy across cloud providers and on-premise systems. https://tekton.dev/

95 questions
0
votes
0 answers

How can I make embedded resource in taskRun using fabric8::tekton-client

I'm using fabric8::tekton-client(v4.7.1) to make "taskRun" object. below is a sample code to make taskRun. public TaskRun createTaskRun() { TaskRun tr = new TaskRunBuilder() .withApiVersion("tekton.dev/v1alpha1") .withNewMetadata() …
0
votes
1 answer

There is unknown field "container" in Tekton

I'm interested in Tekton these days. However there are some issue when I implement Task with java fabric8.tekton apis. There exist api which is adding steps in spec in units of container(withContainer) in TaskBuilder class. However I got error…
jwl1993
  • 314
  • 1
  • 13
0
votes
1 answer

How can I use Image PipelineResource for input in tekton task

As documented in https://github.com/tektoncd/pipeline/blob/master/docs/resources.md I have configured an Image PipelineResource: apiVersion: tekton.dev/v1alpha1 kind: PipelineResource metadata: name: my-data-image spec: type: image params: …
Georgios F.
  • 417
  • 5
  • 15
0
votes
0 answers

Inconsistent Golang behavior between VSCode and CLI

I'm working with operator-sdk and am seeing inconsistent behavior between VSCode and the CLI. When I run with operator-sdk run --local I see the below. But VSCode shows no errors. I'm not really sure why that might be or where the problem…
-1
votes
1 answer

Tekton dashboard

Got the following error, while trying to view tekton dashboard using the command kubectl port-forward -n tekton-pipelines service/tekton-dashboard 9097:9097 Error from server (NotFound): services "tekton-dashboard" not found
1 2 3 4 5 6
7