article thumbnail

A major revision of Continuous Integration

Martin Fowler

At the turn of the century, I was lucky to involved in several projects that developed the practice of Continuous Integration. I wrote up our lessons from this work in article on my website, where it continues to be a oft-referenced resource for this important practice.

article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

Continuous Integration. Continuous integration is a better approach. Teams using continuous integration keep everyone’s code working together and ready to release. The ultimate goal of continuous integration is to make releasing a business decision, not a technical decision. Refactoring.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

An Introduction to Build Servers and Continuous Integration

Dzone - DevOps

When you're developing and deploying software, one of the first things to figure out is how to take your code and deploy your working application to a production environment where people can interact with your software.

article thumbnail

Continuous integration for Angular applications

CircleCI

Automating Angular tests with continuous integration. Automated testing is the foundation of your continuous integration practice. In this tutorial, I will show you how to automate the testing of an Angular application. This tutorial covers: Setting up a sample Angular application.

article thumbnail

Continuous integration with GitOps

CircleCI

On one hand, you must quickly adapt to evolving requirements, while on the other, your applications need to operate continuously without downtime. Among other initiatives, continuous integration (CI) and continuous delivery (CD) are intgegral to any DevOps practice. Continuous integration using GitOps - an example.

article thumbnail

Deploying web applications on Kubernetes with continuous integration

CircleCI

In this tutorial, you will learn how to deploy a Node.js application on Azure Kubernetes Service (AKS) with continuous integration and continuous deployment (CI/CD). Later in this tutorial, you will learn how to automate this process with CircleCI orbs. Creating the continuous integration pipeline.

article thumbnail

Continuous integration for Symfony applications with Behat

CircleCI

In this tutorial, we will set up a continuous integration pipeline for a Symfony application with a functional test powered by Behat. It comes with a boilerplate that we can build on and it configures the test suite that will tell Behat where to find and how to test our application. Symfony remains one of the top PHP frameworks.