DevOps Track
CI/CD and environment hardening path with Jenkins, Bitbucket Pipelines, Dockerized test stacks, and deployment gates.
Learning Objectives
- Design CI/CD pipelines as quality systems
- Standardize deterministic Docker test environments
- Deliver evidence-based release gate decisions
Prerequisites
- CI/CD fundamentals
- Version control workflow knowledge
Prompts in this Collection
- 1
Jenkins Quality Gate Pipeline for QA
Design a Jenkinsfile that enforces automated quality gates for test, security, and release readiness.
Build enterprise-quality Jenkins gate orchestration.
advancedjenkins - 2
Bitbucket Pipelines QA Workflow
Generate a production-ready Bitbucket pipeline for test automation, pull request gates, and deployment verification.
Implement Bitbucket-native pipeline quality controls.
intermediatebitbucket-pipelines - 3
Dockerized Test Environment Blueprint
Build repeatable Docker-based test environments for local and CI execution.
Use containers to stabilize environment parity.
intermediategeneric - 4
Parallel Playwright CI Pipeline with Sharding
GitHub Actions workflow for parallel Playwright test execution with sharding, retries, and artifact upload.
Speed up automation with shard-aware execution.
intermediategithub-actions - 5
GitHub Actions Release Verification Gate
Implement deployment verification jobs with rollback triggers and incident output.
Apply post-deploy verification and rollback criteria.
advancedgithub-actions