Jenkins pipeline for running AWS Lambda manually and with trigger
A Jenkins declarative pipeline pattern for invoking AWS Lambda in staging/production with role assumption, schedule support, and timer-based reporting.
Get Jenkins secret values with script console
A Jenkins Script Console example for credential inspection, with strict security caveats and references to official Jenkins documentation.
GitHub Actions workflow to build and push Docker image to ECR
A working GitHub Actions setup that builds a Docker image on every push and pushes it to Amazon ECR. Covers the IAM side too, which is usually where things break.
GitLab CI/CD pipeline stages with artifact passing between jobs
Setting up a GitLab pipeline with explicit stages and artifact dependencies so build output actually reaches the deploy job without re-running everything.
Github Actions Pipeline with sonarqube quality gate manual approval and helm rollback
A single GitHub Actions workflow that blocks deployment on a failed SonarQube gate, waits for a human to approve, and rolls Helm back to the previous revision if anything goes wrong.
IAM Roles and Least-Privilege Policies for CI/CD Pipelines on AWS
Long-lived AWS access keys in CI/CD pipelines are a liability โ scoped IAM roles with temporary credentials are the correct architecture. This tutorial walks through trust policy design, OIDC federation, and the policy mistakes that cause real incidents.
Jenkins Pipeline to Invoke AWS Lambda Manually
Learn how to build a Jenkins declarative pipeline that invokes an AWS Lambda function on demand, validates the JSON response, and fails the build automatically on errors โ complete with a working Jenkinsfile you can drop into any repo.
โ Support us ยท ๐ณ Monobank