#jenkins
Read more stories on Hashnode
Articles with this tag
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI), Continuous...
🔎Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that...
💎Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build...
One of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins.... 🌿Some terms for your Knowledge: What...
Prerequisites Before you begin, make sure you have the following prerequisites: AWS EC2 instance Jenkins installed on EC2 Docker and Docker-compose...
🎯Task-01 ✔ Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. ✔ GitHub WebHooks and make sure you have CICD...