Creating a Jenkins Pipeline with Docker as an Agent: A Step-by-Step Guide
What is Jenkins? Jenkins is a popular pipeline orchestration platform, used to automate all the stages between checking out the code to deploying it on a desired platform. These stages may include static code analysis, unit testing, SAST/DAST etc. Ea...
Jun 27, 20245 min read175
