Sonali Rajputsonalirajput.hashnode.net·Sep 9, 2022What is Jenkins really?Jenkins is an open-source build automation tool, that allows continuous integration and continuous delivery of projects and it is written in Java. Why do we need Jenkins? Before Jenkins, the process of building and testing used to happen manually, ...Snehel and 5 others are discussing this6 people are discussing thisDiscuss·22 likes·326 reads Jenkins, DevOps
SAFIA KHATOONsafiakhatoon.hashnode.net·Feb 10, 2023Jenkins Blog's Basic To Advanced With a ProjectWhat is Jenkins? Jenkins is an open-source automation tool written in Java programming language that allows continuous integration. Jenkins builds and tests our software projects which continuously makes it easier for developers to integrate changes...Hariom Kumar and 3 others are discussing this4 people are discussing thisDiscuss·11 likes·828 reads Jenkins, DevOps
Abhiraj Kharbadeabhirajdevops.hashnode.net·Apr 23, 2023"The Default Ports That Some Popular Devops Tools and Technologies Run On "As DevOps has become an increasingly important part of software development, a variety of tools and technologies have emerged to help developers and operations teams work together more effectively. However, these tools and technologies often require ...Discuss·10 likesDevops
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
Rahul Naikrahulnaik.hashnode.net·Apr 24, 2023JenkinsJenkins is an open-source CI, cross-platform tool written in Java. Initially, Jenkins was known as Hudson but in 2011 it was renamed to Jenkins. The tool simplifies the process of integration of changes into the project and delivery of fresh builds t...DiscussDevops
ROHIT POTALEpotale.hashnode.net·Apr 23, 2023Day-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 Jenkins, DevOps
Ashutosh Mahajanashutoshamblogs.hashnode.net·Apr 23, 2023Building a DevOps Pipeline with Jenkins Freestyle Projects: Best Practices and Tips📍 Introduction: DevOps has become a key approach for modern software development teams looking to achieve faster, more efficient and higher quality releases. Jenkins, an open-source automation server, has been widely adopted as a popular tool for im...Discuss·29 readsDevops
Yogitha Kkakarlayogitha.hashnode.net·Apr 23, 2023Jenkins Pipelines - All at one Place!Introduction In software engineering, CI/CD or CICD is the combined practice of continuous integration (CI) and (more often) continuous delivery or (less often) continuous deployment (CD). CI and CD stand for continuous integration and continuous del...Discuss·35 readsJenkins
Abhiraj Kharbadeabhirajdevops.hashnode.net·Apr 23, 2023"The Default Ports That Some Popular Devops Tools and Technologies Run On "As DevOps has become an increasingly important part of software development, a variety of tools and technologies have emerged to help developers and operations teams work together more effectively. However, these tools and technologies often require ...Discuss·10 likesDevops
Gurucharangurucharan.hashnode.net·Apr 23, 2023Day 26 Task: Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarat...Discuss·71 readsDevops articles
Gurucharangurucharan.hashnode.net·Apr 22, 2023Day 25 Task: Complete Jenkins CI/CD Project - Continued with 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. Yeah we finished Day 24 Day 24 will give you an End to End project and adding it to your resume will be ...Discuss·84 readsDevops
Arunima Dasarunimadas18.hashnode.net·Apr 21, 2023Day 26- Jenkins PipelineWhat is a pipeline? a pipeline is a sequence of processes or stages that are executed in a particular order to perform a specific task. Pipeline Vs Freestyle? A Jenkins pipeline is defined as a set of stages, which are composed of one or more steps, ...Discuss·1 like#90daysofdevops
Gurucharangurucharan.hashnode.net·Apr 21, 2023Day 24 Task: Complete Jenkins CI/CD ProjectWe have you finished Day 23 task Day 23 was all about Jenkins CI/CD, make sure you have done it and understood the concepts. As today You will be doing one Project End to End and adding it to your resume :) As you have worked with Docker and Docker...Discuss·2 likes·196 readsDevops