Best of JenkinsJuly 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    DevOps Monitoring and Automation Tool using Jenkins, Prometheus, Grafana and Docker

    A comprehensive guide on setting up a DevOps monitoring and automation tool using Jenkins, Prometheus, Grafana, and Docker. It covers the installation and configuration steps for each tool, including the setup of Jenkins pipelines for continuous integration and deployment, the use of Prometheus for metrics collection, and Grafana for visualization. The tutorial also provides Docker commands and scripts for a seamless setup.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Jenkins Step-by-Step Guide on Crafting a Continuous Delivery and Deployment Pipeline

    CI/CD involves Continuous Integration for frequently merging code changes and Continuous Delivery for automating deployments. A build job in Jenkins automates tasks in the build process. Freestyle projects allow flexible job configurations without a pipeline structure. The guide walks through creating an agent in Jenkins and setting up a freestyle project to build a Docker image.