Abhishek KumarforKubesimplifykubesimplify.hashnode.net·Apr 19, 2022A Complete walk through Of DevOpsIn this blog, we are going to discuss why there is a need to evolve DevOps in the IT industry. We will be going to Dive deep into the DevOps in order to understand what actually this thing is. Before DevOps Now, what happen before DevOps, the model u...Alen Abraham and 2 others are discussing this3 people are discussing thisDiscuss·154 likes·3.1K readsDevops
Anuja KumariforKubesimplifykubesimplify.hashnode.net·Apr 4, 2022✨ Introduction to Jenkins ✨👉 Before we jump to Jenkins, let's understand the situation before Jenkins(or before Continuous Integration). Manual Build Process Developers have to wait until the complete software is developed for the test results. If the test results show bugs...Saiyam Pathak and 3 others are discussing this4 people are discussing thisDiscuss·108 likes·6.8K readsJenkinsNice introduction! 4
Palak Bhawsarpalak-bhawsar.hashnode.net·Mar 22, 2023Automated CI/CD pipeline for Java ProjectIn this article, we will be creating an automated CI/CD pipeline for your Java project using Jenkins, Docker, and AWS. With this pipeline, your project will be automatically built, tested, and deployed to your AWS EC2 instance every time you push cod...Chijioke Nwafor and 10 others are discussing this11 people are discussing thisDiscuss·71 likes·6.9K readsDevops
Harmanfor#90DaysOfDevopshrmndevops.hashnode.net·Apr 25, 2023Day 23 of #90DaysOfDevops || 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#90daysofdevops
Tanaya Banerjeetanaya.hashnode.net·Apr 25, 2023Jenkins Freestyle Project for DevOps Engineers[Day-23 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/#jenkins 1. What Is CI/CD? Continuous Integration is a process of integrating code changes from multiple developers in a single project many times. The software is tested immediately after a code c...Discuss·31 readsTrainWithShubham
Ashutosh Mahajanashutoshamblogs.hashnode.net·Apr 25, 2023Exploring the Power of Jenkins Declarative Pipeline for Continuous Integration and Delivery📍 Introduction Jenkins is a popular open-source automation server used for continuous integration and continuous delivery (CI/CD) pipelines. One of the main features of Jenkins is its Pipeline plugin, which allows users to define their build pipelin...DiscussJenkins
Sumit Ghorpadesumitramchandra.hashnode.net·Apr 25, 2023Jenkins Declarative Pipeline with DockerIt's time to level up things, let's integrate Docker and your Jenkins declarative pipeline. Use your Docker Build and Run Knowledge Docker build: you can use the sh docker build . -t <tag> in your pipeline stage block to run the docker build comman...DiscussDevops
Shubham dhiyanidhiyanidevops.hashnode.net·Apr 25, 2023Jenkins CI/CD ProjectCreating CI/CD Pipeline for your Node JS Application Task-01 Fork node-js repository: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Use GitHub WebHooks and make sure you have CICD setup Installing doc...Discuss·61 readsDevops
Amit Kumaramitblog.hashnode.net·Apr 25, 2023"Automate Your Software Development Process with Jenkins: Understanding CI/CD, Build Jobs, and Freestyle Projects- Create a Delivery project.1- What is CI/CD? CI/CD stands for Continuous Integration/Continuous Delivery (or Continuous Deployment). In simple language, it's a set of practices that helps automate the software development process, from building and testing to deployment. Conti...DiscussDevops
Dhananjay kulkarnidhananjaykulkarni.hashnode.net·Apr 25, 2023Complete Jenkins CI/CD Project - Continued with DocumentationTask: Creating README.md file If you are using GitHub for managing your software projects, it is important to have a good README file that explains your project to potential users and contributors. A README file is a text file that provides informati...DiscussDevops
Nishant Sharmanishantsharma.hashnode.net·Apr 24, 2023Jenkins Interview QuestionsWhat’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI): Merging code changes into a single codebase multiple times a day to quickly find and fix any problems. It is the practi...Discuss·6 likes·153 readsDevops
VIKRAM SINGHforVIKRAM SINGH's team blogvikramsingh.hashnode.net·Apr 24, 2023AWX GUI of AnsibleAnsible is a popular open-source automation tool used for managing configurations, deploying applications, and orchestrating complex IT workflows. AWX is a web-based GUI for Ansible that provides a user-friendly interface for managing and monitoring ...DiscussAWS
Tanaya Banerjeetanaya.hashnode.net·Apr 24, 2023Getting Started with Jenkins [Day 22 Task]1. What Is Jenkins? Jenkins is an open-source automation tool written in Java with plugins built for continuous integration. Jenkins has used to building and testing software projects continuously making it easier for developers to integrate changes ...Discuss·3 likes·64 readsJenkins