Faizan Shaikhfaizanshaikh.hashnode.dev路Oct 27, 2024Day 23 Task: Jenkins Freestyle Project for DevOps EngineersMastering Jenkins Freestyle Projects for DevOps: A Beginner's Guide to CI/CD with Docker As part of our journey through #90DaysOfDevOps, today鈥檚 challenge is all about mastering Jenkins Freestyle Projects. This task is ideal for DevOps engineers to ...Discuss路30 readsmstering jenkin
Amitabh soniamitabhdevops.hashnode.dev路Sep 24, 2024Jenkins CI/CD ( Declarative Pipeline ) with GitHub Integration ( Deploying Django Notes Application )This comprehensive documentation outlines the process of setting up a CI/CD pipeline using Jenkins, GitHub, and Docker for deploying a Django Notes Application. The integration allows for seamless deployments whenever changes are made in the GitHub r...Discuss路10 likes路42 readsDevops
Vibhuti Jainvibhutijain.hashnode.dev路Sep 10, 2024Day 23 Task: Jenkins Freestyle Project for DevOps EngineersWhat is CI/CD? CI (Continuous Integration) is the practice of automating the integration of code changes from multiple developers into a single codebase. It involves developers frequently committing their work into a central code repository (such as ...Discuss#freestyle-jenkins-project
Vibhuti Jainvibhutijain.hashnode.dev路Sep 9, 2024Day-22 : Getting Started with JenkinsWhat is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...DiscussJenkins
Rajat Chauhanchauhanrajatwork.hashnode.dev路Aug 2, 2024Getting Started with JenkinsIn the rapidly evolving world of software development, automation is key to maintaining efficiency and ensuring the quality of software products. Enter Jenkins, an open-source continuous integration and continuous delivery/deployment (CI/CD) automati...DiscussJenkins#90daysofdevops
vinod chandravinod-sh.hashnode.dev路Aug 2, 2024What is Jenkins and Why is it Used?Jenkins is a powerful tool in the DevOps world, designed to automate parts of the software development process. It's an open-source server that runs on Java and helps developers build, test, and deploy their software efficiently. Why Jenkins? Jenkins...Discuss#90daysofdevops
Pooja Bhavanipoojabhavani.hashnode.dev路Jul 28, 2024Day 23 Task: Jenkins Freestyle Project for DevOps Engineers.What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into t...Discuss路79 reads#freestyle-jenkins-project
Pooja Bhavanipoojabhavani.hashnode.dev路Jul 26, 2024Day-22 : Getting Started with Jenkins 馃槂What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...Discuss路81 readsJenkins
Lalita Kashyaplalitakashyapblog.hashnode.dev路Jun 28, 2024Project 1: Jenkins Freestyle Project for DevOps Engineers.Step 1: Go through my article to install "Jenkins" https://lalitakashyapblog.hashnode.dev/a-beginners-guide-to-jenkins-getting-started-with-automation Step 2: Click on create job and enter name, select "Freestyle project" and then click "ok" Step 3:...DiscussJenkins
Prathmesh Vibhuteprathmeshh.hashnode.dev路Mar 30, 2024Day 26 : Jenkins Declarative PipelineIn the realm of DevOps and continuous integration/continuous deployment (CI/CD), Jenkins stands as a stalwart tool empowering teams to streamline their software delivery pipelines. At the heart of Jenkins' power lies its Declarative Pipeline Syntax, ...Discuss#day26