#jenkins
Read more stories on Hashnode
Articles with this tag
pipeline { agent { label 'dev-server' } stages { stage('code clone') { steps{ echo 'cloning' ...
Phase 1: Initial Setup and Deployment Step 1: Launch EC2 (Ubuntu 22.04): Provision an EC2 instance on AWS with Ubuntu 22.04. Connect to the instance...
Introduction: As DevOps practices continue to evolve, mastering Jenkins becomes increasingly crucial for DevOps engineers. In a Jenkins-centric...
Introduction: As we embark on the 28th day of the #90DaysOfDevOps Challenge, we delve into the realm of Jenkins agents—essential components that...
Introduction: As we continue our #90DaysOfDevOps Challenge, Day 27 introduces a powerful enhancement to our Jenkins Declarative Pipeline—integration...
Introduction: In the ever-evolving landscape of software development, the importance of streamlined Continuous Integration and Continuous Deployment...