cluster.fun/tekton
Marcus Noble 15f7c37f22 Added PR number to tekton pipelines 2020-05-02 21:45:10 +01:00
..
1-Install Added manifests 2020-05-02 18:41:31 +01:00
2-Setup Updated to new URLs 2020-05-02 21:17:00 +01:00
bindings Added PR number to tekton pipelines 2020-05-02 21:45:10 +01:00
conditions Added tekton pipelines 2020-04-25 19:18:33 +01:00
eventlisteners Added tekton pipelines 2020-04-25 19:18:33 +01:00
pipelines Added PR number to tekton pipelines 2020-05-02 21:45:10 +01:00
tasks Added PR number to tekton pipelines 2020-05-02 21:45:10 +01:00
triggertemplates Added PR number to tekton pipelines 2020-05-02 21:45:10 +01:00
README.md Updated to new URLs 2020-05-02 21:17:00 +01:00

README.md

tekton-cicd

Features

  • Install Tekton along with Triggers, Webhook support and the dashboard
  • Configures an eventlistener for Gitea
  • Defines standard PR and Deploy pipelines

Install

kubectl apply --recursive -f ./

Custom Docker images used

gitea-pr-state

docker pull docker.cluster.fun/averagemarcus/gitea-pr-state:latest

Sets the state of a commit in Gitea. This is used to set the CI status to pending or success on the PR.

ci-builder

docker pull docker.cluster.fun/averagemarcus/ci-builder:latest

Used as a general-purpose Docker image with many common build tools included. This is used for running make test and make build without needing specific CI images for each project.

Resources