TBTanmesh Bhokareintanmesh.hashnode.dev·Sep 5, 2024 · 4 min readHow do you decide what to automate?Deciding what to automate and what not to automate requires a careful analysis of various factors, including the nature of the task, its frequency, the impact of errors, and the cost-benefit ratio. Here’s a framework to help you make informed decisio...00
TBTanmesh Bhokareintanmesh.hashnode.dev·Sep 5, 2024 · 3 min readDevOps Best PracticesIn the DevOps domain, best practices are critical to ensure efficient, reliable, and scalable operations. Here are some widely recognized best practices: 1. Version Control Everything Code and Infrastructure as Code (IaC): Use version control system...00
TBTanmesh Bhokareintanmesh.hashnode.dev·Jun 22, 2024 · 2 min readHow to Create an Optimized Jenkins Shared LibraryHere's a breakdown on creating optimized Jenkins Shared Libraries: Structure and Modularity: Modular Design: Break down common functionalities into well-defined reusable steps or functions. This promotes code maintainability and easier integration i...00
TBTanmesh Bhokareintanmesh.hashnode.dev·Jun 22, 2024 · 2 min readHow to Migrate Jenkins from Windows Server 2012 to Windows Server 2019Migrating Jenkins from Windows Server 2012 to Windows Server 2019 involves installing a fresh Jenkins instance on the new server and transferring configuration data from the old one. Here's a general guideline: Preparation: Install Jenkins on Window...00