Jagrati Kushwahajagratikushwaha.hashnode.dev·Dec 3, 2023Jenkins Declarative Pipeline(Part-5)🚀Understanding Jenkins Pipelines: Declarative vs. Scripted Pipeline Definition: A pipeline is a collection of interconnected steps or jobs arranged in a sequence. It defines the workflow of continuous integration or continuous delivery (CI/CD) in Jenk...Discuss·32 readsDevops
Kamran Arifkamranarif.hashnode.dev·Dec 1, 2023Day 26/90 : Jenkins Declarative PipelineCICD JOB: CONSOLE OUTPUT: STAGE VIEW: The GROOVY CommandDiscussJenkins
Jagrati Kushwahajagratikushwaha.hashnode.dev·Dec 1, 2023Complete Jenkins CI/CD Project(Part-3)🚀Let's make a beautiful CI/CD Pipeline for your Node JS Application 😍 Absolutely, let's create a visually appealing and efficient CI/CD pipeline for a Node.js application using Jenkins. This example assumes you have a basic understanding of Jenkins a...Discuss·62 readscicd
Zen Chanz3n.hashnode.dev·Dec 1, 2023Bon appétit! 🍽️👩🍳👨🍳 An Introduction to CI/CD and DevSecOps with a Delicious Bakery Story 🥖Exploring the World of CI/CD and DevSecOps through a Delicious Bakery Story #Introduction Continuous Integration and Continuous Deployment (CI/CD) are essential practices in modern-day DevOps and software development. In this comprehensive guide, we ...Discuss·1 like·43 readsDevSecOps
Kamran Arifkamranarif.hashnode.dev·Dec 1, 2023Day 23/90 : 1) Jenkins Freestyle Project for DevOps Engineers.create an agent for your app. ( which you deployed from docker in earlier task) Create a new Jenkins freestyle project for your app. In the "Build" section of the project, add a build step to run the "docker build" command to build the image for ...DiscussJenkins
Muhammad HassanforDevOps Journey with M Hassanhassandevops.online·Nov 30, 2023Streamlining Node.js Development with Azure DevOps YAML CI/CD PipelinesIntroduction: In the fast-paced world of Node.js development, automating workflows is essential for efficiency and reliability. Azure DevOps provides a robust platform for Continuous Integration and Continuous Deployment (CI/CD). In this blog, we'll ...Discussazure-devops
Varun1010varun.hashnode.dev·Nov 28, 2023CICD Pipeline using Docker and GitHub ActionsAt the end of this blog, you will be able to create a CI-CD pipeline using GitHub Actions in two simple steps. Code --> Github --> Docker Image --> Docker Hub --> AWS EC2 --> Run Docker Image In our CI/CD pipeline, the CI phase initiates by creating...Discuss·3 likes·37 readsDocker
Sean Coughlinblog.seancoughlin.me·Nov 28, 2023Automating NPM Dependency Updates with GitHub ActionsMaintaining up-to-date dependencies in your software projects is crucial for security, performance, and accessing new features. This task, however, can be tedious and time-consuming. Fortunately, GitHub Actions offer a powerful and flexible way to au...DiscussCI/CDcicd
kuwar pratap singhforKubeKode Blogsblog.kubekode.org·Nov 26, 2023Automation in E-Commerce Websites with JenkinsIn the fast-paced world of e-commerce, where user experience and efficiency are paramount, the need for automation has become more critical than ever. Jenkins, an open-source automation server, has emerged as a powerful tool to streamline and enhance...DiscussDevOpskuwarp
Ahmad Mujahidjustahmed99.hashnode.dev·Nov 25, 2023How to Export & Import Docker ImageWe can always pull docker images from docker registry. But, sometimes we need to share our images manually. In this post, I will share you how to import and export docker images. Export Docker Image Let say we have these two docker images in my local...DiscussDocker