Akash Singhakashblogs-1689395803240.hashnode.dev·5 hours agoDay 29 Jenkins Important interview Questions.What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuos integration: continuos integration if focuse on integrating code changes frequanlty. Continuos Delivery: the continous delivery focus on...DiscussAWS
Harsh Rajotyaharsh-rajotya.hashnode.dev·6 hours agoJenkins Pipeline |Jenkinsfile | Declarative and Scripted PipelinesIn this blog, I will discuss the Jenkins Pipeline and the types of pipelines: Declarative and Scripted Pipelines. Also, as a starter, I will create an example Pipeline Job. Let’s start! 1. Jenkins Pipeline According to the official documentation of J...DiscussJenkins
Shahzaib SanaProopsandcloud.hashnode.dev·7 hours agoDay 25: Jenkins CI/CD Project DocumentationI can imagine catching up will be tough so take a small breather today and complete the Jenkins CI/CD project from Day 24 and add documentation. Did you Finish Day 24? Day 24 will give you an End to End project and adding it to your resume will be a...Discuss90daysofDevOps Jenkins
Jyotirmayee Paridajyotirmayee.hashnode.dev·7 hours agoProject 3: Deploy web app using Jenkins master and worker node.Here we will deploy a web app through Jenkins master to Jenkins worker node. Create EC2 instances as · jenkins-server · Jenkins-agent-1 Generate SSH keys on “Jenkins-server” by running “ssh-keygen” Now goto “.ssh” folder and there ...DiscussJenkins
Shahzaib SanaProopsandcloud.hashnode.dev·Sep 24, 2023Day 24: Step-by-Step Jenkins CI/CD Project InstructionsDid you Finish Day 23? Day 23 was all about Jenkins CI/CD, make sure you have done it and understood the concepts. As of today You will be doing one Project End to End and adding it to your resume :) As you have worked with Docker and Docker Compos...Discuss·26 reads90daysofDevOps Jenkins
Ajay Kumar Yegireddimrcloudbook.hashnode.dev·Sep 24, 2023DevSecOps: Deploying the 2048 Game on Docker and Kubernetes with Jenkins CI/CDHello friends, we will be deploying a React Js 2048 Game. We will be using Jenkins as a CICD tool and deploying our application on a Docker container and Kubernetes Cluster. I Hope this detailed blog is useful. CLICK HERE FOR GITHUB REPOSITORY Steps:...Discuss·50 readsDevops
Parmeshwar Devaneparam036.hashnode.dev·Sep 23, 2023𝐖𝐡𝐚𝐭 𝐈𝐬 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐈𝐜𝐨𝐧 𝐋𝐞𝐠𝐞𝐧𝐝 𝐀𝐧𝐝 𝐏𝐫𝐨𝐣𝐞𝐜𝐭 𝐇𝐞𝐚𝐥𝐭𝐡? Why It's Important?𝐖𝐡𝐚𝐭 𝐈𝐬 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐈𝐜𝐨𝐧 𝐋𝐞𝐠𝐞𝐧𝐝? 👉🏼 Imagine Jenkins as a toolbox full of tools to build the Jenkins Projects. 👉🏼It provides 𝐯𝐢𝐬𝐮𝐚𝐥 👀 symbols that represent different statuses in your Jenkins projects. 👉🏼 The icon legen...Discuss·7 likesDevops
kushagradevops121.hashnode.dev·Sep 23, 2023Project :- Deploying a 2-Tier architecture with help of jenkins on AzureThe Active link For this project is : - http://20.40.57.2:80 Github Repo Link :- https://github.com/kus123123/django-notes-app.git The 2 contains one frontend and other sqlite . Steps To Follow Create a Virtual Machine in azure with ubuntu os . i h...DiscussJenkins
Harsh Rajotyaharsh-rajotya.hashnode.dev·Sep 23, 2023An End-to-End Jenkins CI/CD Project Continuously Integrate and Deploy a NodeJS Application using JenkinsIn this blog, I will discuss GitHub WebHooks and an end-to-end Jenkins CI/CD project to continuously integrate and deploy a node.js application. Cherry on the cake: You can include this in your resume as proof of your Jenkins skills! Before I directl...Discuss·32 readsTrainWithShubham
Ajay Giteajaygite.hashnode.dev·Sep 23, 2023Integrating Jenkins Freestyle Project with GitHub WebhooksTASK-01: Document the process from cloning the repository to adding webhooks, and Deployment, etc. as a README, go through this example A well-written readme file will help others to understand your project and you will understand how to use the pr...DiscussTrainWithShubham