Go to file
2019-10-20 11:49:21 -05:00
.github Actually fix PR template line breaks 2019-09-23 11:00:12 -05:00
cmd Refactor Resource result output, and add support for Git resources. 2019-10-17 09:09:20 -05:00
config Provide a way to specify default service accounts 2019-10-02 10:09:15 -05:00
docs Fix Typo in docs 2019-10-20 11:49:21 -05:00
examples Set defaults for Tasks embedded in TaskRuns 2019-10-16 04:08:20 -05:00
hack Fix nightly script docker push 🤕🐳 2019-08-13 12:24:56 -05:00
images Remove runtime dependency on Build controller (#326) 2018-12-12 16:37:21 -05:00
pkg Support multiple SSH keys for the same host 2019-10-17 11:53:20 -05:00
tekton Use the pre-release check task from plumbing 2019-10-17 09:51:20 -05:00
test Refactor Resource result output, and add support for Git resources. 2019-10-17 09:09:20 -05:00
third_party Remove unused results field from pr and tr specs 2019-10-15 15:25:19 -05:00
vendor Bump tektoncd/plumbing dependency 2019-10-09 11:27:17 -05:00
.errcheck.txt Fix the last of the lint errors and add lint checking to presubmits. 2019-05-16 10:52:57 -05:00
.gitattributes No kubebuilder (#66) 2018-09-26 16:30:21 -07:00
.gitignore Include vendored source in release-built images 2019-09-20 09:06:11 -05:00
.golangci.yml Enable the unparam linter, and fix outstanding issues. 2019-10-09 17:44:17 -05:00
.ko.yaml Use Tekton's nightly-built build-base image 2019-09-26 03:23:13 -05:00
.ko.yaml.release Use tetkoncd build-base base image for the release 2019-05-28 11:42:03 -05:00
api_compatibility_policy.md deprecation notice of results field for prs and trs 2019-09-05 15:15:06 -05:00
code-of-conduct.md Format markdown 2019-04-29 10:47:52 -05:00
codecov.yml Try go get codecov to ignore generated files 2019-05-06 16:45:54 -05:00
CONTRIBUTING.md Document API change policy 👩 ⚖️ 2019-08-08 13:00:54 -05:00
DEVELOPMENT.md Add docker for desktop and minikube instructions 2019-09-20 06:55:11 -05:00
Gopkg.lock Adds pipeline metrics 2019-10-17 04:28:20 -05:00
Gopkg.toml Bump tektoncd/plumbing dependency 2019-10-09 11:27:17 -05:00
LICENSE No kubebuilder (#66) 2018-09-26 16:30:21 -07:00
OWNERS Add @sbswg as an owner 😼 2019-08-26 10:01:03 -05:00
pipe.png Update docs such that they can be used in knative/docs 2019-02-01 20:59:38 -08:00
README.md Add versioned links to docs and examples for v0.7.0 2019-09-19 12:18:10 -05:00
roadmap-2019.md Format markdown 2019-03-19 11:48:50 -05:00

pipe Tekton Pipelines

Go Report Card

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

Read the docs

Version Docs Examples
HEAD Docs @ HEAD Examples @ HEAD
v0.7.0 Docs @ v0.7.0 Examples @ v0.7.0
v0.6.0 Docs @ v0.6.0 Examples @ v0.6.0
v0.5.2 Docs @ v0.5.2 Examples @ v0.5.2
v0.5.1 Docs @ v0.5.1 Examples @ v0.5.1
v0.5.0 Docs @ v0.5.0 Examples @ v0.5.0
v0.4.0 Docs @ v0.4.0 Examples @ v0.4.0
v0.3.1 Docs @ v0.3.1 Examples @ v0.3.1
v0.3.0 Docs @ v0.3.0 Examples @ v0.3.0
v0.2.0 Docs @ v0.2.0 Examples @ v0.2.0
v0.1.0 Docs @ v0.1.0 Examples @ v0.1.0

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

Want to contribute

We are so excited to have you!