# tekton-tutorial **Repository Path**: scnu/tekton-tutorial ## Basic Information - **Project Name**: tekton-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-07 - **Last Updated**: 2021-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tekton Tutorial - Introduction to Tekton Pipelines ![Tekton Tutorial](https://github.com/redhat-scholars/tekton-tutorial/workflows/Tekton%20Tutorial/badge.svg) [![Tekton Pipelines](https://img.shields.io/badge/Tekton%20Pipelines-v0.19.x-blue)](https://tekton.dev) [![Tekton Triggers](https://img.shields.io/badge/Tekton%20Triggers-v0.10.0-blue)](https://github.com/tektoncd/triggers) [![Tekton CLI](https://img.shields.io/badge/Tekton%20CLI-v0.15.0-blue)](https://github.com/tektoncd/cli) ## Documentation HTML -- https://redhat-scholars.github.io/tekton-tutorial/index.html [Tekton](https://github.com/tektoncd/pipeline), originally known as Knative Build but spun-off as its own open source project with its own [governance organization](https://cd.foundation/). Tekton attempts to fill the void of an in-cluster container image build and deployment workflow -- that is continuous integration (CI) and continuous delivery (CD) --. The Tekton philosophy revolves around three main pillars: As part of this tutorial and its chapter you will learn about Tekton components such as Task & Pipeline and how to apply them in common day-to-day CI/CD use cases. This content is brought to you by [Red Hat Developer Program](http://developers.redhat.com) - Register today! ## Dev Builds If you want to grab the latest updats (dev) HTML -- https://redhat-developer-demos.github.io/tekton-tutorial-staging/tekton-tutorial/index.html ## Contributing Please refer to the [how to contribute?](./CONTRIBUTING.md) on how you can contribute to the tutorial