Prathmesh Vibhuteprathmeshh.hashnode.dev·May 21, 2024Day 81 : Project 2 - Jenkins Declarative PipelineIn today's fast-paced software development environment, the need for robust and efficient deployment pipelines is more critical than ever. Automation not only accelerates the release process but also minimizes errors and enhances consistency across e...108 reads#DAY81
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...64 readsjenkins-declarative-pipeline
Rahul Tdevrahul.hashnode.dev·Sep 11, 2023Day27 of #90daysofdevops | Jenkins Declarative Pipeline with DockerTask 1: Create a docker-integrated Jenkins declarative pipeline. First, add Jenkins to the docker group so that Jenkins can integrate with docker. Create a new job of type "Pipeline" and add the URL of the GitHub project that you want to use. Use t...Jenkins
Shreyash Bhiseshreyashbhise.hashnode.dev·Jul 28, 2023Jenkins project - 2Jenkins project - 2 (deploy node js app on server) Step 1 : In this step we have to create aws ec2 instance. Step 2 : Install Jenkins. Pre-Requisites: Java (JDK) Run the below commands to install Java and Jenkins Install Java sudo apt update sud...2 likes·121 readsjenkins project
Shreyash Bhiseshreyashbhise.hashnode.dev·Jul 27, 2023jenkins projectStep 1 : In first step we have to create aws ec2 instance. Step 2 : Run the below commands to install Java and Jenkins sudo apt update sudo apt install openjdk-11-jre Step 3 : verify java is installed. java -version Step 4 : Now you can processed...1 like·186 readsjenkins project
Shreya Guptashreya-gupta.hashnode.dev·May 15, 2023Day 23 - Jenkins Freestyle Project for DevOps EngineersWhat is a Build Job? A Jenkins build job contains the configuration for automating a specific task or step in the application building process. These tasks include gathering dependencies, compiling, archiving, or transforming code, and testing and de...71 readsDevops