From 32a44a1570de17362140af97ac0453c26053a1e2 Mon Sep 17 00:00:00 2001 From: Inaki Date: Thu, 9 Jan 2020 14:54:43 +0100 Subject: [PATCH] Create cicd-alternatives.md --- docs/cicd-alternatives.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/cicd-alternatives.md diff --git a/docs/cicd-alternatives.md b/docs/cicd-alternatives.md new file mode 100644 index 00000000..d7c9db41 --- /dev/null +++ b/docs/cicd-alternatives.md @@ -0,0 +1,17 @@ +# CI/CD Alternatives +* [jenkins-x.io (cloud native)](https://jenkins-x.io/) +* [spinnaker.io (cloud native)]https://www.spinnaker.io/ +* [Circle CI](https://circleci.com/) +* [Travis CI](https://travis-ci.org/) +* [Concourse](https://concourse-ci.org/) +* [Gocd](https://www.gocd.org/) +* [Codefresh](https://codefresh.io/) +* [skaffold](https://skaffold.dev/) +* [GitLab CI](https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks) +* [Prow](https://github.com/kubernetes/test-infra/tree/master/prow) +* [Tekton (cloud native)](https://github.com/tektoncd/) + * [Tekton PetClinic Demo](https://github.com/tektoncd/pipeline) + * [Tekton PetClinic Demo Youtube](https://www.youtube.com/watch?v=igwFpZOUTnw) + * [OpenShift Tekton pipelines](https://www.openshift.com/learn/topics/pipelines) + * [developers.redhat.com: An introduction to cloud native CI/CD with Red Hat OpenShift pipelines](https://developers.redhat.com/blog/2019/07/18/an-introduction-to-cloud-native-ci-cd-with-red-hat-openshift-pipelines/) + * [blog.openshift.com: cloud native CI/CD with openshift pipelines](https://blog.openshift.com/cloud-native-ci-cd-with-openshift-pipelines/)