Browsing Tag
jenkins
57 posts
How to Implement Jenkins Pipeline Parallel Execution
If you’ve been running Jenkins pipelines for a while, you’ve probably hit that frustrating moment where a build…
How to Implement Jenkins Pipeline Error Handling
Every Jenkins pipeline eventually fails at something — a flaky network call, a test that times out, a…
How to Set Up Jenkins for Security Scanning with Acunetix
Security testing used to be something I bolted on at the very end of a release cycle, usually…
How to Set Up Jenkins for Security Scanning with Burp Suite
Burp Suite is one of those tools I associate with manual, hands-on penetration testing — a security engineer…
How to Set Up Jenkins for Security Scanning with Qualys
Qualys was the tool I first encountered on the infrastructure side of security — used mostly by ops…
How to Set Up Jenkins for Security Scanning with Nessus
Nessus was one of the first vulnerability scanners I ever used, long before I got into CI/CD pipelines,…
How to Set Up Jenkins for Container Vulnerability Scanning with Trivy
Of all the security tools I’ve integrated into Jenkins pipelines, Trivy is by far the easiest to get…
How to Use Jenkins with Cypress for End-to-End Testing
Unit tests give you confidence that individual functions work, but they’ve never once caught the kind of bug…
How to Set Up Jenkins for Continuous Deployment to AWS Lambda
Serverless computing has changed the way I think about shipping code. No servers to patch, no capacity planning…
How to Use Jenkins with Splunk for Log Analysis
Anyone who has debugged a failed deployment at midnight knows the pain of scrolling through raw Jenkins console…