Best of JenkinsOctober 2023

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Jenkins CI/CD Pipeline Explained by A Junior DevOps Engineer

    Jenkins is a smart tool for developers to help build, test, and launch their code software easily and consistently in a CI/CD pipeline. It is an open-source automation instrument vital to the realm of DevOps. This article explains what Jenkins is and how to install and set it up using Docker. It also covers the different types of pipelines available in Jenkins.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    DEVSECOPS Project : Complete CI-CD (3 tier app)-Petstore

    Learn how to deploy a Petshop Java Based Application using Jenkins as a CI/CD tool and Docker and Kubernetes for deployment.

  3. 3
    Article
    Avatar of developercomDeveloper.com·3y

    3 Best DevOps Tools for 2023

    Discover the top DevOps tools for 2023, including Jenkins, Maven, and Travis CI. These tools offer features such as automation, build pipelines, scalability, and cloud hosting. Each tool has its own pros and cons, so choose the one that best fits your team's needs. Pricing for these tools varies, with Jenkins being open-source and free, Maven being open-source with premium plugins available, and Travis CI offering cloud-based pricing plans.

  4. 4
    Article
    Avatar of awstipAWS Tip·3y

    Automating Infrastructure Deployment with Github, Jenkins, Terraform, Ansible and Ec2 .

    The article provides a step-by-step guide on automating infrastructure deployment using Git, Terraform, Jenkins, EC2, and Ansible. It covers the prerequisites, provisioning EC2 instances, installing and configuring Jenkins, creating a Jenkins pipeline, deploying a portfolio website, and installing and configuring Ansible. The process includes setting up passwordless authentication and writing Ansible playbooks and adhoc commands.