Best of Jenkins — 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    From Zero to DevOps Engineer - DevOps Roadmap for YOUR specific background 🔥

    A part of DevOps skillset is to create a process of handling discovered issues in production instead of having a panic mode.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Introduction to Jenkins

    Jenkins is an automation tool written in Java with built-in plugins for continuous integration tasks. It is used to continuously build and test projects making it easier to integrate the changing codes to it. Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn Jenkins by Building a CI/CD Pipeline

    Learn Jenkins by Building a CI/CD Pipeline Jenkins is an open source automation server which makes it easier to build, test, and deploy software. Gwendolyn Faraday developed this course to teach you about Jenkins by showing you how to build a CI-CD pipeline for a web application.

  4. 4
    Article
    Avatar of rhdevRed Hat Developer·4y

    The ultimate CI/CD resource guide

    Continuous integration (CI) and continuous deployment (CD) are development processes making use of automated tools to produce high-quality software. CI ensures that any code submitted by each developer works together with all other code in the project.

  5. 5
    Article
    Avatar of hashnodeHashnode·4y

    Introduction of Jenkins pipeline

    Continuous Integration is the most important part of DevOps that is used to integrate various DevOps stages. Jenkins Pipeline is defined using a text file called the Jenkinsfile. The pipeline implements as code using Groovy Domain-specific language(DSL) It is stored into an SCM like GitHub for example and can be updated by many ways.

  6. 6
    Article
    Avatar of dzDZone·4y

    Difference Between Jenkins vs. GitLab CI

    Jenkins and GitLab are two of the most popular tools available in the market. The beauty of Jenkins is that it makes it feasible to integrate any type of automation. In the case of GitLab, they offer paid users round-the-clock service.

  7. 7
    Article
    Avatar of developercomDeveloper.com·4y

    DevSecOps Tools List [2022]

    DevOps combines the development (Dev) and operations (Ops) phases of the SDLC, managing them as a single, integrated workflow. Through DevOps, teams can take advantage of task and process automation, increase development and scalability speed, and issue software releases frequently. Here are some of the best of the bunch.