Shahzaib SanaProopsandcloud.hashnode.dev·Sep 23, 2023Day 23: DevOps Jenkins Freestyle Project GuideWhat 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...Discuss90daysofDevOps Jenkins
Akash Singhakashblogs-1689395803240.hashnode.dev·Sep 22, 2023Day 28 Jenkins Master & AgentsWhat is Jenkins Master (Server): In Jenkins, a "master" refers to the central server in a Jenkins automation setup. It is the core component responsible for managing and coordinating the entire Jenkins environment. The master server: Manages jobs: ...Discuss Jenkins, DevOps
Shahzaib SanaProopsandcloud.hashnode.dev·Sep 22, 2023Day 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...Discuss90daysofDevOps Jenkins
Divya Mohanduoknowledge.hashnode.dev·Sep 21, 2023"Running Jenkins Job with File Inputs using JenkinsAPI"Level: Intermediate JenkinsApi library provides an interface to access resources on the Jenkins server in conventional Python objects to make most Jenkins-oriented tasks simpler. To install and explore JenkinsApi access links in the reference section...Discuss·20 likes·26 reads Jenkins, DevOps
Parmeshwar Devaneparam036.hashnode.dev·Sep 19, 2023𝐖𝐡𝐚𝐭 𝐢𝐬 𝐚 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐀𝐠𝐞𝐧𝐭? 𝐖𝐡𝐲 𝐝𝐨 𝐰𝐞 𝐧𝐞𝐞𝐝 𝐚 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐀𝐠𝐞𝐧𝐭? A𝐝𝐯𝐚𝐧𝐭𝐚𝐠𝐞𝐬 ? how to connect ?𝐖𝐡𝐚𝐭 𝐢𝐬 𝐚 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐀𝐠𝐞𝐧𝐭? A Jenkins Agent is like a helpful 𝐦𝐢𝐧𝐢𝐨𝐧 👷♂️ for Jenkins, doing tasks remotely on other computers for you! 𝐖𝐡𝐲 𝐝𝐨 𝐰𝐞 𝐧𝐞𝐞𝐝 𝐚 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐀𝐠𝐞𝐧𝐭? 🤖 To share the workload and conque...Discuss·3 likesDevops
Mohd Shahidmantratech.hashnode.dev·Sep 19, 2023A Step-by-Step Guide to Installing Jenkins on UbuntuJenkins, an open-source automation server, plays a pivotal role in modern software development workflows. It automates the building, testing, and deployment of code, making the development process more efficient and reliable. In this step-by-step gui...Discuss·38 readsJenkins
jiban swainjibankumar.hashnode.dev·Sep 18, 2023Jenkins/Jenkins – Introduction Jenkins is widely recognised as one of the best continuous integration and delivery solutions available. Jenkins, the popular automation server, is available for no cost and with open-source code. Developers may have their cod...Discuss·3 likes·33 readsJenkins
Achyut Dasachyutdas.hashnode.dev·Sep 16, 2023Jenkins Important Interview Questions🤖🔄What’s the difference between continuous integration, continuous delivery, and continuous deployment? Answer-: Continous integration is a development practice where code changes are regularly integrated into a shared repository and automatically tes...Discuss·1 like Jenkins, DevOps
Moiz Asifmoiz-journeytodevops.hashnode.dev·Sep 16, 2023Day 26: Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins. So let's make a declarative Pipeline. Some terms for your Knowledge - What is Pipeline - A pipeline is a collection of steps or jobs interlin...Discuss·28 readsjenkins-declarative-pipeline
Avanish Singhavanishnit.hashnode.dev·Sep 15, 2023Getting started with Jenkins | #Day22 | #90daysofdevopswhat is Jenkins? Jenkins is an open-source automation server that is widely used for building, deploying and automating software development and IT operation tasks. It is written in Java so it works or runs on Java. Jenkins is an open-source continuo...Discuss#90daysofdevops