continuous-integration.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [continuous-integration]

www.codever.land/bookmarks/t/continuous-integration

Continuous Integration with GitLab CI - 52min

https://www.youtube.com/watch?v=EuwLdbCu3DE

This session will introduce attendees to the basics of adding GitLab CI/CD to a project, and then build upon those basics to explore features such as dependency caching, build artifacts, GitLab Pages,...


The Death of Continuous Integration

https://www.infoq.com/presentations/death-continuous-integration/

Steve Smith compares and contrasts different types of Feature Branching and Trunk Based Development, and explains why Continuous Delivery without Continuous Integration is not working.


Configuration as Code, Part 1: Getting Started with Kotlin DSL | TeamCity Blog

https://blog.jetbrains.com/teamcity/2019/03/configuration-as-code-part-1-getting-started-with-kotlin...

In this series of posts, we are going to explain how to use Kotlin to define build configurations for TeamCity. We will start with the basics on how to get started with configuration-as-code in TeamCi...


GitOps: High-Velocity CI/CD for Kubernetes

http://dzone.com/articles/gitops-high-velocity-cicd-for-kubernetes

This article explains techniques for DevOps software development teams who strive for high velocity continuous delivery and CI/CD using Kubernetes and Docker.


Jenkins declarative pipelines with Kubernetes

http://radu-matei.com/blog/kubernetes-jenkins-azure/

Deploy Jenkins using Helm, create Jenkins pipelines and execute builds in Kubernetes pods


Adding CI/CD to your Spring Boot app with Jenkins X and Kubernetes

https://developer.okta.com/blog/2018/07/11/ci-cd-spring-boot-jenkins-x-kubernetes

This post shows you how to implement continuous integration and deployment (CI/CD) with Jenkins X and Kubernetes on Google Cloud.


Continuous Delivery with Amazon EKS and Jenkins X

https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/


Continuous Integration and Delivery to AWS Kubernetes

https://semaphoreci.com/blog/continuous-integration-delivery-aws-eks-kubernetes

Learn how to combine Semaphore with AWS Elastic Container Registry and Kubernetes Service to get Continuous Delivery to a managed cluster in a few minutes.


CI/CD for Microservices on DigitalOcean Kubernetes

https://semaphoreci.com/blog/cicd-microservices-digitalocean-kubernetes

Tutorial: How to implement a CI/CD pipeline for a microservice running in Docker with Semaphore and DigitalOcean Kubernetes.


CircleCI

http://www.alexecollins.com/continuous-delivery-with-kubernetes-and-circleci/


Automating CI/CD on Kubernetes with Jenkins X

https://www.youtube.com/watch?v=BF3MhFjvBTU

The last 5 years has seen a huge change in how we build, package, run and manage software with the rise of Kubernetes, Cloud Native, Microservices and Contin...


drone

https://github.com/drone/drone

Drone is a Continuous Integration platform built on Docker, written in Go.


duci

https://github.com/duck8823/duci

A simple ci server no needs domain specific languages.


gomason

https://github.com/nikogura/gomason

Test, Build, Sign, and Publish your go binaries from a clean workspace.


goveralls

https://github.com/mattn/goveralls

Go integration for Coveralls.io continuous code coverage tracking system.


overalls

https://github.com/go-playground/overalls

Multi-Package go project coverprofile for tools like goveralls.


roveralls

https://github.com/LawrenceWoodman/roveralls

Recursive coverage testing tool.


CircleCI

https://circleci.com/

A CI service that can run very fast parallel testing. (GitHub only)


Travis CI

https://travis-ci.org

A popular CI service for your open source and private projects. (GitHub only)


Vexor CI

https://vexor.io

A continuous integration tool for private apps with pay-per-minute billing model.


Wercker

http://www.wercker.com/

A Docker-based platform for building and deploying applications and microservices.


awesome-ciandcd

https://github.com/ciandcd/awesome-ciandcd#readme

continuous integration and continuous delivery. Contribute to ciandcd/awesome-ciandcd development by creating an account on GitHub.


Continuous Delivery, Deployment & Integration: 20 Key Differences

https://stackify.com/continuous-delivery-vs-continuous-deployment-vs-continuous-integration/

The DevOps trend has given rise to a number of buzzwords and methodologies aiming to speed delivery and accuracy, giving developers the tools they need to deliver better products, with fewer bugs, and...


What Is GitOps Really?

https://www.weave.works/blog/what-is-gitops-really

A year ago we published an introduction to GitOps - Operations by Pull Request. This post described how Weaveworks ran a complete Kube...