Deepak Nayaktechwithdeepss.hashnode.dev路11 hours agoJenkins for Beginners: A Step-by-Step Guide馃搶 What is Jenkins? Jenkins is an open-source automation server that can be used to automate all sorts of tasks related to building, testing, and delivering software. It is one of the most popular CI/CD tools available and is used by teams of all siz...Discuss路11 likes#90daysofdevops
Ajay Kumar Yegireddimrcloudbook.hashnode.dev路8 hours agoAWS Resources with Terraform, Jenkins ci-cd, and Hosting a static website in s3STATIC WEBSITE USING S3 FROM TERRAFORM In today's fast-paced world of cloud computing, the ability to rapidly and efficiently provision infrastructure is a game-changer. This is where Infrastructure as Code (IaC) comes into play, allowing us to defi...DiscussAWS
sri parthusriparthu1014.hashnode.dev路15 hours agoDay 28 Task: Jenkins AgentsJenkins Master (Server) Jenkins鈥檚 server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, etc....DiscussDevops
Felipe Faragutifaraguti.hashnode.dev路21 hours agoFrom Code to Cloud: CI/CD Pipelines in DevOpsIntroduction Many companies must release software versions with great periodicity. But, how to deliver these versions with quality and put them into production quickly? For that, we have DevOps, which is what we are going to cover in this article. Wh...DiscussDevops
sri parthusriparthu1014.hashnode.dev路21 hours agoDay 27 Task: Jenkins Declarative Pipeline with DockerIn the world of continuous integration and continuous delivery (CI/CD), Jenkins has emerged as a powerful automation tool for building, testing, and deploying applications. One of the most popular ways to define pipelines in Jenkins is through Declar...DiscussJenkins
Shahzaib SanaProopsandcloud.hashnode.dev路Sep 29, 2023Day 29: Important Jenkins Questions to Prepare for DevOps Engineer InterviewsWhat鈥檚 the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) To automatically build, test and integrate code changes into the shared repository is known as CI. It helps identify ...Discuss90daysofDevOps Jenkins
Sahil Kamblesahilkamble.hashnode.dev路Sep 29, 2023Day - 24 : Complete Jenkins CI/CD ProjectLet's make a CI/CD Pipeline for your Node JS Application Task-01 1)Fork this repository: As had already forked the repository see previous articles 2)Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Generate...Discuss#TWS
Sudheer senfir3eye.hashnode.dev路Sep 29, 2023CI/CD Pipeline Using Jenkins and Docker馃摙馃帯Project - Creating CI/CD pipeline for web app 馃毄Prerequisite-: Git, GitHub, Docker, Docker Hub, Jenkins, 馃殌Description:- Implemented CI/CD pipelines for a web app using Docker containers, Jenkins automation, and AWS services to streamline code de...DiscussDevOps ProjectDocker
sri parthusriparthu1014.hashnode.dev路Sep 29, 2023Day 26 Task: Jenkins Declarative Pipeline馃挜One of the most important parts of your DevOps and CICD journey is the Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is a Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: ...DiscussJenkins
Chaithra H Rchaithrahr.hashnode.dev路Sep 29, 2023Day 23 : Jenkins CI/CD Pipeline and Freestyle ProjectWhat 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 to the...Discuss#90daysofdevops