Vaishali Jogdandevaishalijogdande.hashnode.dev·3 hours agoJenkins in Action: Automate, Test, DeployJenkins is an open-source automation server that enables developer/DevOps/Tester to automate various stages of their software development process. Continuous Integration - Integrate code changes from multiple developers into single repo. Continuous...1 likeJenkins
Samuel Abadamastersam.hashnode.dev·4 hours agoSimplifying Dart and Flutter App Deployments with GlobeDeploying applications can be challenging, especially when global scalability and infrastructure management come into play. Globe by Invertase simplifies this process for Dart and Flutter developers, offering a seamless deployment platform tailored f...Dart
Bittu Sharmabittublog.hashnode.dev·6 hours agoAzure ArtifactsAzure Artifacts is a package management solution provided by Microsoft Azure. It enables you to create, host, and share packages within your organization. These packages can include libraries, frameworks, modules, or any other components required by ...Azure
The DevOps Dojothedevopsdojo.hashnode.dev·20 hours agoCI/CD Pipelines Explained:A Deep Dive into Continuous Integration and Continuous Delivery In today’s fast-paced software development landscape, delivering high-quality applications efficiently and reliably is paramount. Continuous Integration (CI) and Continuous Delivery (CD)...ci-cd
vatsalya parasharvatsalya1.hashnode.dev·Jan 16, 2025Automating Jenkins CI/CD Pipelines with WebhooksAs a developer, one of my biggest discoveries recently has been the power of webhooks. The ability to automate Jenkins pipelines the moment I push code to GitHub has streamlined my workflow and made CI/CD much more efficient. In this blog, I’ll guide...Devops
Ahammed Basha Shaikday-29-of-100-days-challenge.hashnode.dev·Jan 15, 2025Mastering Jenkins for CI/CDIntroduction Continuous Integration and Continuous Deployment (CI/CD) are essential pillars of modern software development, enabling rapid and reliable delivery of applications. Among the plethora of tools available, Jenkins stands out as one of the ...AWS
Ahammed Basha Shaikday-28-of-100-days-challenge.hashnode.dev·Jan 15, 2025A Professional Dive into Self-Hosted RunnersIntrodction In the world of modern DevOps, the ability to customize CI/CD environments plays a pivotal role in streamlining development workflows. Self-hosted runners in GitHub Actions empower teams to take control of their execution environments, go...GitHub
Steven Boutcherblog.thesocialqa.com·Jan 14, 2025How macOS runners helped me enter the Playwright MatrixIntroducing: job.strategy.matrix Below is how I saved my team 15 minutes of CI time waiting for Playwright tests to finish. Stick around afterward if you want to know how I got here. name: Playwright Tests on: # Triggers jobs: playwright: # Ch...30 readsTesting
Bittu Sharmabittublog.hashnode.dev·Jan 14, 2025Pipeline With GitHub ActionsPHASE-1 | Setup Repo Navigate to the Repository: Go to the repository you want to fork. This can be done through the platform's search feature or by directly accessing the repository's URL. Locate the Fork Button: Look for the "Fork" button on the...GitHub
Yash Patilyashpatilofficial.hashnode.dev·Jan 13, 2025Building a Robust CI/CD Pipeline using Jenkins for a MERN Stack ApplicationAs modern software development emphasizes agility and reliability, CI/CD (Continuous Integration/Continuous Deployment) pipelines have become indispensable. In this blog, we’ll delve into the implementation of a CI/CD pipeline for a MERN stack applic...ci-cd