Tag Archives: continuous integration

Continuous Integration with Local Agents and Azure DevOps

Abstract: One of the fundamental tools for modern DevOps software development is continuous Integration (CI). This process provides an automated independent validation and verification of your code, with quick feedback for developers that are under pressure to write higher quality … Continue reading

Posted in Presentations | Tagged , , | Comments Off on Continuous Integration with Local Agents and Azure DevOps

Local Database CI Builds with Jenkins in a Container

In two previous posts (Jenkins in a container, Adding SCA to Jenkins), I’ve showed how to configure Jenkins in a container as well as how to add the SQL Change Automation plugin. This post looks at an initial database build … Continue reading

Posted in Blog | Tagged , , , , | 1 Comment

Adding SQL Change Automation to Jenkins for Database CI

In a previous post, I explained how to get Jenkins running in a container for your local CI work. In this one, I’ll expand on the process for database CI with a quick look at getting the SQL Change Automation … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Jenkins in a Container

One of the things I needed to do recently was get Jenkins running as a demo for a customer. We have some pre-built VMs to do this, but I wanted to experiment with a container. This post covers what I … Continue reading

Posted in Blog | Tagged , , | 2 Comments