Neha Bhardwajnehabhardwaj.hashnode.dev·16 hours agoDeploying a Two-Tier Flask AppIn today’s blog, we will walk through the process of building a Declarative CI/CD Pipeline for a Flask App. The source code for this app will be managed and saved in a Git repository, and the pipeline will be defined using a Jenkinsfile. This approac...Jenkins
Neha Bhardwajnehabhardwaj.hashnode.dev·17 hours agoDeploying Node-Todo App through JenkinsIn today’s blog, we will walk through the process of building a Declarative CI/CD Pipeline for a Note-Todo App. The source code for this app will be managed and saved in a Git repository, and the pipeline will be defined using a Jenkinsfile. This app...Jenkins
Saime shaikhmulti-node-agents-in-jenkins.hashnode.dev·Jan 22, 2025Supercharge Your CI/CD Pipeline: Mastering Multi-Node Agents in Jenkins.Scaling out Jenkins is imperative, more so when it comes to improving the aspect of performance. Because bottlenecks obstruct productivity in a rapidly changing landscape of software development, this article discusses why multi-node agents are impor...2 likesJenkins
Fauzeyafauzeya.hashnode.dev·Jan 22, 2025Project: Set Up a CI/CD Jenkins Pipeline to Deploy a Dockerized Node.js Application on an EC2 Instance Using a Declarative Groovy PipelineSteps to Set Up an EC2 Instance for Jenkins Navigate to EC2 Log in to your AWS Management Console. Go to the EC2 service. Launch an Instance Click on the Launch Instance button. Configure the Instance Name: Set the instance name to jenkins-...2 likesAWS
Syed Dadapeerdrops.hashnode.dev·Jan 22, 2025Automate Your EC2 Deployments with Terraform: A Step-by-Step GuideWhen setting up a DevOps environment on AWS, it's often necessary to create multiple EC2 instances, each with different software requirements. In this blog, we will walk through how to create multiple EC2 instances using Terraform to set up a DevOps ...Terraform
Bittu Sharmabittublog.hashnode.dev·Jan 22, 2025Step-by-Step Tutorial on Jenkins for BeginnersJenkins is an open-source automation server that allows you to automate various tasks in your software development workflow, such as building, testing, and deploying applications. It provides a web-based interface and supports a wide range of plugins...1 likeJenkins
Sandeep Naidusandeepnainala.hashnode.dev·Jan 21, 2025"Simplifying CI/CD with Jenkins Shared Libraries: A Beginner-Friendly Guide"Introduction to Jenkins Shared Libraries: Simplifying CI/CD Pipelines In today’s fast-paced IT world, delivering software quickly is essential. This rapid delivery is made possible by adopting modern methodologies like DevOps. Among the many tools in...Devops
Suresh Bksureshbk.hashnode.dev·Jan 20, 2025How to Create an Easy CI/CD Pipeline for Single Server Deploymentintroduction In this section, we’re going to learn how to set up a CI/CD pipeline for a single server deployment . So, what does that mean? Basically, we have one server where our application will live and run. This server could be anything – a virtu...Devops
Amitabh soniforamitabhdevops.hashnode.dev·Jan 20, 2025Setting Up CI/CD Pipeline with AWS CodeBuild and CodeDeploy for a Node.js ApplicationIn this blog, we’ll walk through the process of setting up a CI/CD (Continuous Integration/Continuous Delivery) pipeline with AWS CodePipeline for a Node.js application. This includes configuring AWS services such as IAM roles, CodeBuild, CodeDeploy,...Devops
Chintan Bogharachintanboghara.hashnode.dev·Jan 20, 2025Accelerating Time-to-Market with DevOps: A Guide for EnterprisesIn today's fast-paced world, businesses need to deliver software quickly while ensuring it remains reliable and high-quality. This is where DevOps comes in! DevOps is a method that brings development and operations teams together to make processes fa...10 likes·216 readsDevOpsDevops