cluster.fun/tekton
Marcus Noble 5a1e9fa22c Added tekton pipelines 2020-04-25 19:18:33 +01:00
..
1-Install Added tekton pipelines 2020-04-25 19:18:33 +01:00
2-Setup Added tekton pipelines 2020-04-25 19:18:33 +01:00
bindings Added tekton pipelines 2020-04-25 19:18:33 +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 tekton pipelines 2020-04-25 19:18:33 +01:00
tasks Added tekton pipelines 2020-04-25 19:18:33 +01:00
triggertemplates Added tekton pipelines 2020-04-25 19:18:33 +01:00
README.md Added tekton pipelines 2020-04-25 19:18:33 +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.cloud.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.cloud.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