Using Jenkins and Kaniko to build Docker images in AWS

Learn how to use Kaniko from Jenkins to easily build and push Docker images.

Published 22 May 2021 · 11 min read · Tom Gregory

Deploying Jenkins into AWS ECS using CDK

Learn how to deploy a production-ready Jenkins in a few lines of code using the AWS Cloud Development Kit.

Published 3 May 2021 · 9 min read · Tom Gregory

5 ways to inject secrets from AWS into Jenkins pipelines

Discover 5 better ways to manage secrets required by your Jenkins jobs.

Published 26 Apr 2021 · 7 min read · Tom Gregory

Running Jenkins slave agents in another VPC using VPC endpoints

Discover how to use VPC endpoints to enable a Jenkins agent in one VPC to communicate with a Jenkins master in another.

Published 27 Feb 2021 · 8 min read · Tom Gregory

Integrating AWS CodeBuild into Jenkins pipelines

Discover how to integrate AWS CodeBuild with Jenkins, with full working examples.

Published 1 Feb 2021 · 16 min read · Tom Gregory

Jenkins vs. AWS CodeBuild for building Docker applications

The pros and cons of Jenkins vs. AWS CodeBuild, specifically related to building applications which run in Docker.

Published 16 Nov 2020 · 9 min read · Tom Gregory

Setup Jenkins to assume a role in another AWS account

Setup Jenkins to access resources in another AWS account using one of these 4 assume role methods.

Published 7 Nov 2020 · 25 min read · Tom Gregory

Add SonarQube quality gates to your Jenkins build pipeline

Learn to add SonarQube analysis and quality gate stages to a Jenkins pipeline.

Published 19 Oct 2020 · 10 min read · Tom Gregory

Using Jenkins Configuration as Code to setup AWS slave agents automatically

Automate your Jenkins cloud configuration setup using Jenkins Configuration as Code.

Published 5 Oct 2020 · 13 min read · Tom Gregory