CICD Tools
2 articles in this category.

Project Introduction: End-to-End DevOps with Java-Maven Application
In this project, we will embark on a comprehensive journey to learn the entire process from development to deployment and release. We will use a Java-Maven demo application to demonstrate the various stages and tools involved in modern DevOps practices. Our focus will include Docker, Docker image versioning, Kubernetes deployment, Jenkins CI/CD, Trivy, NexusHub, GitHub,…
Jenkins Installation
Add the Jenkins repo key $ wget -q -O – https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add – Add the Debian package repository $ sudo sh -c ‘echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list’ Update the repo with the system $ sudo apt update If get an issue during the Jenkins repo update run the following command sudo…