MCPcopy Index your code
hub / github.com/tektoncd/pipeline

github.com/tektoncd/pipeline @v1.14.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.14.0 ↗
7,508 symbols 38,291 edges 996 files 3,954 documented · 53% 7 cross-repo links
README

pipe Tekton Pipelines

pre-commit Go Report Card CII Best Practices

The Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines.

Tekton Pipelines are Cloud Native:

  • Run on Kubernetes
  • Have Kubernetes clusters as a first class type
  • Use containers as their building blocks

Tekton Pipelines are Decoupled:

  • One Pipeline can be used to deploy to any k8s cluster
  • The Tasks which make up a Pipeline can easily be run in isolation
  • Resources such as git repos can easily be swapped between runs

Tekton Pipelines are Typed:

  • The concept of typed resources means that for a resource such as an Image, implementations can easily be swapped out (e.g. building with kaniko v.s. buildkit)

Want to start using Pipelines

Required Kubernetes Version

  • Starting from the v0.24.x release of Tekton: Kubernetes version 1.18 or later
  • Starting from the v0.27.x release of Tekton: Kubernetes version 1.19 or later
  • Starting from the v0.30.x release of Tekton: Kubernetes version 1.20 or later
  • Starting from the v0.33.x release of Tekton: Kubernetes version 1.21 or later
  • Starting from the v0.39.x release of Tekton: Kubernetes version 1.22 or later
  • Starting from the v0.41.x release of Tekton: Kubernetes version 1.23 or later
  • Starting from the v0.45.x release of Tekton: Kubernetes version 1.24 or later
  • Starting from the v0.51.x release of Tekton: Kubernetes version 1.25 or later
  • Starting from the v0.59.x release of Tekton: Kubernetes version 1.27 or later
  • Starting from the v0.61.x release of Tekton: Kubernetes version 1.28 or later

Read the docs

The latest version of our docs is available at:

Version specific links are available in the releases page and on the Tekton website.

See our API compatibility policy for info on the stability level of the API.

See our Deprecations table for features that have been deprecated and the earliest date they'll be removed.

Migrating

v1beta1 to v1

Several Tekton CRDs and API spec fields, including ClusterTask CRD and Pipeline Resources fields, were updated or deprecated during the migration from v1beta1 to v1.

For users migrating their Tasks and Pipelines from v1beta1 to v1, check out the v1beta1 to v1 migration guide.

v1alpha1 to v1beta1

In the move from v1alpha1 to v1beta1 several spec fields and Tekton CRDs were updated or removed .

For users migrating their Tasks and Pipelines from v1alpha1 to v1beta1, check out the spec changes and migration paths.

Want to contribute

We are so excited to have you!

Extension points exported contracts — how you extend this code

ResolutionRequestsGetter (Interface)
ResolutionRequestsGetter has a method to return a ResolutionRequestInterface. A group's client should implement this int [8 …
pkg/client/resolution/clientset/versioned/typed/resolution/v1beta1/resolutionrequest.go
Writer (Interface)
Writer is the interface for a credential initializer of any type. [7 implementers]
pkg/credentials/writer/writer.go
ConfigWatcher (Interface)
ConfigWatcher is the interface to implement if your resolver accepts additional configuration from an admin. Examples of [11 …
pkg/resolution/resolver/framework/interface.go
RunObject (Interface)
RunObject is implemented by Run, CustomRun, TaskRun and PipelineRun [6 implementers]
pkg/apis/pipeline/v1beta1/run_interface.go
Runner (Interface)
Runner encapsulates running commands. [10 implementers]
pkg/entrypoint/entrypointer.go
EventClientsProvider (Interface)
EventClientsProvider provides read access to cloud event dependencies [4 implementers]
pkg/reconciler/notifications/runtimeobject.go
Requester (Interface)
Requester is the interface implemented by a type that knows how to submit requests for remote resources. [4 implementers]
pkg/remoteresolution/resource/request.go
Hashable (Interface)
(no doc) [5 implementers]
pkg/trustedresources/verify.go

Core symbols most depended-on inside this repo

Errorf
called by 2912
test/wait_example_test.go
Run
called by 945
pkg/entrypoint/entrypointer.go
PrintWantGot
called by 774
test/diff/print.go
String
called by 472
pkg/reconciler/events/cloudevent/cloudevent.go
Get
called by 388
pkg/remote/resolver.go
Error
called by 370
pkg/apis/pipeline/errors/errors.go
Create
called by 302
pkg/client/clientset/versioned/typed/pipeline/v1/task.go
MustParseV1PipelineRun
called by 292
test/parse/yaml.go

Shape

Function 4,052
Method 2,412
Struct 676
Interface 247
TypeAlias 81
FuncType 40

Languages

Go100%

Modules by API surface

pkg/apis/pipeline/v1beta1/zz_generated.deepcopy.go204 symbols
pkg/apis/pipeline/v1/zz_generated.deepcopy.go162 symbols
pkg/reconciler/pipelinerun/pipelinerun_test.go159 symbols
pkg/reconciler/taskrun/taskrun_test.go95 symbols
pkg/apis/pipeline/v1beta1/openapi_generated.go94 symbols
pkg/reconciler/pipelinerun/resources/pipelinerunresolution_test.go75 symbols
pkg/apis/pipeline/v1/openapi_generated.go69 symbols
pkg/reconciler/pipelinerun/resources/pipelinerunresolution.go61 symbols
pkg/apis/pipeline/v1/pipeline_validation.go60 symbols
pkg/apis/pipeline/v1beta1/pipeline_validation.go59 symbols
pkg/entrypoint/entrypointer_test.go52 symbols
pkg/apis/pipeline/v1beta1/taskrun_types.go50 symbols

Dependencies from manifests, versioned

cel.dev/exprv0.25.1 · 1×
cloud.google.com/gov0.123.0 · 1×
cloud.google.com/go/auth/oauth2adaptv0.2.8 · 1×
cloud.google.com/go/compute/metadatav0.9.0 · 1×
cloud.google.com/go/kmsv1.26.0 · 1×
cloud.google.com/go/longrunningv0.8.0 · 1×
fortio.org/safecastv1.2.0 · 1×
github.com/42wim/httpsigv1.2.3 · 1×
github.com/Azure/azure-sdk-for-go/sdk/azcorev1.21.0 · 1×

For agents

$ claude mcp add pipeline \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact