Jenkins Pipeline: Build, Test, and Deploy to AWS EC2 with ECR
Set up a Jenkins pipeline that builds a Docker image, runs tests, pushes to ECR, and deploys to AWS EC2 โ with credentials done right.
How to Build a Jenkins Pipeline That Deploys to AWS ECS
Jenkins pipeline deploy AWS done wrong leaks credentials and orphans ECR images. Here's the production-grade Jenkinsfile structure we actually use.
Hardening Jenkins Agents: Isolate, Restrict, and Verify Your Build Nodes
Default Jenkins agent configuration has several quiet security gaps that can hand an attacker full root on your build host. Here's the layered approach we use to close them.
Jenkins to AWS Authentication with OIDC: Replacing Static Keys with Federated Identity
Static AWS access keys in Jenkins are a persistent security liability โ rotation is manual, secrets sprawl across credential stores, and a single leak can compromise entire environments. This post walks through configuring OIDC federation between Jenkins and AWS IAM so your pipelines authenticate with short-lived tokens and no stored secrets.
Jenkins Shared Library Structure for Reusable CI Pipelines
A Jenkins shared library centralizes pipeline logic in a single versioned repository, eliminating copy-paste Groovy across every team's Jenkinsfile. This post covers directory structure, step conventions, end-to-end consumption examples, and the serialization pitfalls that catch most engineers off guard.
โ Support us ยท ๐ณ Monobank