Tanvi AusareforLatest AI, ML & GPU Updates | NeevCloudblog.neevcloud.com·Feb 5, 2025How Can Generative AI Improve the Efficiency of Cloud Development ?The integration of Generative AI into Cloud Development is revolutionizing the landscape of software engineering, enhancing efficiency, and boosting developer productivity. This blog explores how generative AI can streamline processes, improve softwa...AISoftware Engineering Efficiency
Technotribesfirst1289.hashnode.dev·Jan 18, 2025How DevOps Can Streamline Your Business OperationsIn today's fast-paced digital landscape, businesses must be agile, efficient, and innovative to remain competitive. DevOps, a combination of "development" and "operations," has emerged as a transformative approach to achieving these goals. By fosteri...#StreamliningOperations
Shaik Mustafadevops-cicd.hashnode.dev·Jan 11, 2025Jenkins Troubleshooting in RealtimeIntroduction: Jenkins is one of the most widely used open-source automation tools for continuous integration and continuous delivery (CI/CD). However, like any complex software system, users often encounter unexpected issues during the setup or opera...11 likes·144 readsjenkins troubleshooting
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 6, 2025Understanding the CI/CD PipelineIn the realm of software development, terms like "Pipeline" are often used when discussing Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD). Let’s break down what this pipeline entails and its significance in the ...1 likeContinuous Integration and Deliveryci-cd
Shaik Mustafadevops-cicd.hashnode.dev·Jan 4, 2025Advanced Jenkins PipelinesWelcome, tech enthusiasts! If you're here, you're about to discover something new and insightful about Jenkins pipelines. Pipeline with when conditions: pipeline { agent any stages { stage("Test") { when { ...164 likes·316 readscicd
Shaik Mustafadevops-cicd.hashnode.dev·Jan 3, 2025Jenkins Pipeline to deploy Java application | Git, Maven, Nexus & TomcatHey techies, in Prev blog we learned how to deploy applications using Jenkins free style job. In this blog i am going to write a pipeline to deploy the java-based application.But i request you to complete my previous blogs to understand this concept ...163 likes·414 readsJenkins
Shaik Mustafadevops-cicd.hashnode.dev·Dec 23, 2024Integrating Git with Jenkins: A Complete GuideIntroduction Continuous Integration (CI) is a core practice of modern DevOps. Integrating version control systems like Git with Jenkins empowers teams to automate code builds, tests & deployments seamlessly. In this article, we'll explore how to inte...165 likes·303 readsjenkins integration with git
Shaik Mustafadevops-cicd.hashnode.dev·Dec 20, 2024From Code to Deployment: The Power of Jenkins in CI/CDJenkins is a powerful tool that simplifies the software delivery process. It’s a flexible platform used for a variety of software engineering tasks, but its main focus is managing CI/CD pipelines. Jenkins ensures that code changes are tested, validat...219 likes·323 readsJenkins
Venkatesh Sarivisettyiamvenkat.hashnode.dev·Dec 9, 2024Mastering Variables in Harness Pipelines: A Comprehensive GuideHarness is a powerful Continuous Delivery (CD) platform that enables teams to simplify their deployment workflows. One of its key features is the ability to use variables, which make your pipelines dynamic, flexible, and maintainable. In this blog, w...47 readsHarness Pipelines
Prince OnukwiliforfreeCodeCampfreecodecamp.org·Dec 5, 2024The CI/CD Handbook: Learn Continuous Integration and Delivery with GitHub Actions, Docker, and Google Cloud RunHey everyone! 🌟 If you’re in the tech space, chances are you’ve come across terms like Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment. You’ve probably also heard about automation pipelines, staging environments, pro...Continuous Integration