Skip to content

Latest commit

 

History

History
158 lines (133 loc) · 10.9 KB

continuous-integration.md

File metadata and controls

158 lines (133 loc) · 10.9 KB

Bookmarks tagged [continuous-integration]

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,...


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.


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...


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.


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

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


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.


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


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.


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.


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


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...


https://github.com/drone/drone

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


https://github.com/duck8823/duci

A simple ci server no needs domain specific languages.


https://github.com/nikogura/gomason

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


https://github.com/mattn/goveralls

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


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

Multi-Package go project coverprofile for tools like goveralls.


https://github.com/LawrenceWoodman/roveralls

Recursive coverage testing tool.


https://circleci.com/

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


https://travis-ci.org

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


https://vexor.io

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


http://www.wercker.com/

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


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

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


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...


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...