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,...
- :calendar: published on: 2019-03-10
- tags: gitlab, testing, continuous-integration, continuous-delivery
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...
- :calendar: published on: 2019-03-29
- tags: teamcity, continuous-deployment, continuous-integration, kotlin
- :octocat: source code
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.
- tags: go, continuous-integration
- :octocat: source code
duci
https://github.com/duck8823/duci
A simple ci server no needs domain specific languages.
- tags: go, continuous-integration
- :octocat: source code
gomason
https://github.com/nikogura/gomason
Test, Build, Sign, and Publish your go binaries from a clean workspace.
- tags: go, continuous-integration
- :octocat: source code
goveralls
https://github.com/mattn/goveralls
Go integration for Coveralls.io continuous code coverage tracking system.
- tags: go, continuous-integration
- :octocat: source code
overalls
https://github.com/go-playground/overalls
Multi-Package go project coverprofile for tools like goveralls.
- tags: go, continuous-integration
- :octocat: source code
roveralls
https://github.com/LawrenceWoodman/roveralls
Recursive coverage testing tool.
- tags: go, continuous-integration
- :octocat: source code
CircleCI
A CI service that can run very fast parallel testing. (GitHub only)
- tags: python, continuous-integration
Travis CI
A popular CI service for your open source and private projects. (GitHub only)
- tags: python, continuous-integration
Vexor CI
A continuous integration tool for private apps with pay-per-minute billing model.
- tags: python, continuous-integration
Wercker
A Docker-based platform for building and deploying applications and microservices.
- tags: python, continuous-integration
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.
- tags: awesome-list, continuous-integration, continuous-delivery
- :octocat: source code
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...
- :calendar: published on: 2017-07-25
- tags: continuous-deployment, continuous-integration, continuous-delivery, devops
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...
- :calendar: published on: 2018-08-21
- tags: gitops, devops, continuous-deployment, continuous-integration