DevOps Articles

How To Deploy Nuxt to AWS Lambda

How To Deploy Nuxt to AWS Lambda

Nuxt's default deployment mode is as a continuously running *Node.js* server. That's a problem for developers who prefer cost-efficient serverless technologies like AWS Lambda.

Oct 29, 2024Tom Gregory11 min read
Integration Test Code Coverage with SonarQube and Jacoco

Integration Test Code Coverage with SonarQube and Jacoco

Apr 18, 2022Tom Gregory6 min read
Using Jenkins and Kaniko to build Docker images in AWS

Using Jenkins and Kaniko to build Docker images in AWS

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

May 22, 2021Tom Gregory13 min read
Deploying Jenkins into AWS ECS using CDK

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.

May 3, 2021Tom Gregory10 min read
5 ways to inject secrets from AWS into Jenkins pipelines

5 ways to inject secrets from AWS into Jenkins pipelines

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

Apr 26, 2021Tom Gregory8 min read
SonarQube branch analysis

SonarQube branch analysis

Apr 5, 2021Tom Gregory6 min read
Running Jenkins slave agents in another VPC using VPC endpoints

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.

Feb 27, 2021Tom Gregory9 min read
Integrating AWS CodeBuild into Jenkins pipelines

Integrating AWS CodeBuild into Jenkins pipelines

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

Feb 1, 2021Tom Gregory18 min read
AWS ECS deployments step-by-step

AWS ECS deployments step-by-step

Dec 7, 2020Tom Gregory9 min read
Jenkins vs. AWS CodeBuild for building Docker applications

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.

Nov 16, 2020Tom Gregory11 min read
Setup Jenkins to assume a role in another AWS account

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.

Nov 7, 2020Tom Gregory28 min read
Add SonarQube quality gates to your Jenkins build pipeline

Add SonarQube quality gates to your Jenkins build pipeline

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

Oct 19, 2020Tom Gregory8 min read
Using Jenkins Configuration as Code to setup AWS slave agents automatically

Using Jenkins Configuration as Code to setup AWS slave agents automatically

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

Oct 5, 2020Tom Gregory14 min read
Running Jenkins jobs in AWS ECS with slave agents

Running Jenkins jobs in AWS ECS with slave agents

Learn how to run Jenkins jobs in slave Fargate containers in AWS ECS.

Sep 29, 2020Tom Gregory17 min read
Deploy your own production-ready Jenkins in AWS ECS

Deploy your own production-ready Jenkins in AWS ECS

Discover all the pieces required to deploy a production-ready Jenkins master into AWS Elastic Container Service. You can take the best parts of the provided CloudFormation template, and apply them to your own setup.

Aug 4, 2020Tom Gregory20 min read
Deploying a Spring Boot application into AWS with Jenkins (part 3 of microservice devops series)

Deploying a Spring Boot application into AWS with Jenkins (part 3 of microservice devops series)

How to take a Docker image and deploy it into AWS Elastic Container Service.

Apr 4, 2020Tom Gregory16 min read
Building a Spring Boot application in Docker and  Jenkins (part 2 of microservice devops series)

Building a Spring Boot application in Docker and Jenkins (part 2 of microservice devops series)

How to get a Spring Boot application running in a Docker container.

Mar 29, 2020Tom Gregory13 min read
Building a Spring Boot application in Jenkins (part 1 of microservice devops series)

Building a Spring Boot application in Jenkins (part 1 of microservice devops series)

Create a Spring Boot API application and build it in Jenkins every time a change is pushed.

Mar 22, 2020Tom Gregory14 min read
How to Measure Code Coverage Using SonarQube and Jacoco

How to Measure Code Coverage Using SonarQube and Jacoco

Dec 13, 2019Tom Gregory8 min read
How To Secure Your Gradle Credentials In Jenkins

How To Secure Your Gradle Credentials In Jenkins

Setup credentials for your private repository using Jenkins credentials, and inject them into your Gradle builds.

Dec 6, 2019Tom Gregory13 min read