From c1ef25ec2085d36fdd013d35f94249cde97ee5b6 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 7 May 2020 12:00:44 +0200 Subject: [PATCH] new refs and new section added --- docs/jenkins-alternatives.md | 49 ++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/docs/jenkins-alternatives.md b/docs/jenkins-alternatives.md index e6ebb690..130dd15d 100644 --- a/docs/jenkins-alternatives.md +++ b/docs/jenkins-alternatives.md @@ -1,41 +1,46 @@ # Jenkins Alternatives for Continuous Integration * [Cloudbees Flow](https://www.cloudbees.com/products/flow/overview) -* [jenkins-x.io (cloud native)](https://jenkins-x.io/) - * [cloudbees.com: what is jenkins-x](https://www.cloudbees.com/jenkins-x/what-is-jenkins-x) -* [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/) -* [Atlassian CI/CD](https://www.atlassian.com/continuous-delivery) +* [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/) +* [Atlassian CI/CD](https://www.atlassian.com/continuous-delivery) * [Bamboo](https://www.atlassian.com/software/bamboo) -* [GitLab CI](https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks) -* [GitHub Actions CI/CD](https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/) -* [Prow](https://github.com/kubernetes/test-infra/tree/master/prow) -* [Agola](https://agola.io/) -* [Tekton (cloud native)](https://github.com/tektoncd/) +* [GitLab CI](https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks) +* [GitHub Actions CI/CD](https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/) +* [Prow](https://github.com/kubernetes/test-infra/tree/master/prow) +* [Agola](https://agola.io/) +* [keptn](https://keptn.sh/) Keptn not only orchestrates Continuous Deployment, but it also orchestrates Continuous or Automated Operations. + * [dynatrace.com: What is keptn, how it works and how to get started!](https://www.dynatrace.com/news/blog/what-is-keptn-how-it-works-and-how-to-get-started/) + * [medium: Keptn 0.6.0 — My top 5 favorite improvements](https://medium.com/keptn/keptn-0-6-0-my-top-5-favorite-improvements-242d8ac1abfe) + * [Quick Start](https://keptn.sh/docs/quickstart/) + * [altoros.com: Automating Event-Based Continuous Delivery on Kubernetes with keptn](https://www.altoros.com/blog/automating-event-based-continuous-delivery-on-kubernetes-with-keptn/) +* [harness.io](https://harness.io/) +* [Drone](https://drone.io/) + +## Cloud Native CI/CD +* [jenkins-x.io](https://jenkins-x.io/) + * [cloudbees.com: what is jenkins-x](https://www.cloudbees.com/jenkins-x/what-is-jenkins-x) +* [spinnaker.io](https://www.spinnaker.io/) +* [ArgoCD](https://argoproj.github.io/argo-cd/) Declarative GitOps CD for Kubernetes +* [Tekton](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/) * [learn.openshift.com/middleware/pipelines](https://learn.openshift.com/middleware/pipelines/) -* [Jenkins-X + Tekton on OpenShift (cloud native)](https://github.com/openshift/tektoncd-pipeline-operator) +* [Jenkins-X + Tekton on OpenShift](https://github.com/openshift/tektoncd-pipeline-operator) * [CI/CD OpenShift and Tekton](https://blog.sonatype.com/new-cloud-native-ci/cd-projects-openshift-and-tekton) * [github.com/openshift/pipelines-tutorial](https://github.com/openshift/pipelines-tutorial) * [https://github.com/jenkins-x/jenkins-x-openshift-image](https://github.com/jenkins-x/jenkins-x-openshift-image) * [medium: Dailymotion’s journey from Jenkins to Jenkins X](https://medium.com/dailymotion/from-jenkins-to-jenkins-x-604b6cde0ce3) -* [keptn](https://keptn.sh/) Keptn not only orchestrates Continuous Deployment, but it also orchestrates Continuous or Automated Operations. - * [dynatrace.com: What is keptn, how it works and how to get started!](https://www.dynatrace.com/news/blog/what-is-keptn-how-it-works-and-how-to-get-started/) - * [medium: Keptn 0.6.0 — My top 5 favorite improvements](https://medium.com/keptn/keptn-0-6-0-my-top-5-favorite-improvements-242d8ac1abfe) - * [Quick Start](https://keptn.sh/docs/quickstart/) - * [altoros.com: Automating Event-Based Continuous Delivery on Kubernetes with keptn](https://www.altoros.com/blog/automating-event-based-continuous-delivery-on-kubernetes-with-keptn/) -* [harness.io](https://harness.io/) ## Comparisons * [dzone: Which CI is Best For My Team?](https://dzone.com/articles/which-ci-is-best-for-my-team) +* [inovex.de: Spinnaker vs. Argo CD vs. Tekton vs. Jenkins X: Cloud-Native CI/CD](https://www.inovex.de/blog/spinnaker-vs-argo-cd-vs-tekton-vs-jenkins-x/) [![gitlab](images/gitlab.jpg)](https://gitlab.com/)