Posts

Showing posts from April, 2021

Jenkins — Step by step guide for DevOps Jenkins Configuration

Image
  What is DevOps? DevOps  — one of the key pillars of  tech modernization  which involves a cultural transformation with a blend of agility and stability. DevOps leverages people, processes, and technology to foster collaboration and innovation across the entire application development life cycle. DevOps helps to manage the challenges by automating code management, integration, release management, testing, and deployment in a seamless fashion. What is CI?CD? DevOps involves collaboration via continuous integration and continuous deployment. Either with  microservice-based architecture  or with monolithic applications with service layer, the need to manage heterogeneous applications are increasing reality for many organizations. CI/CD br i dges the gaps between development and operation activities and teams by enforcing automation in building, testing and deployment of applications. Modern-day DevOps practices involve continuous development, continuous testing, continuous integration, c

Customize the workflow of an inherited process - Task Work Flow In DevOps (2021)

Image
  What is DevOps? DevOps  is a set of practices that combines  software development  and IT operations. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. DevOps is complementary with  Agile software development ; several DevOps aspects came from the Agile methodology. DevOps Practices: (CI) Continuous integration — (CD) Continuous delivery — Continuous build — Incremental testing — Automated provisioning — Self-service configuration — Automated release management. DevOps Workflow: Based on t h e input provided, the visual overview of the sequence is provided by DevOps workflow. DevOps workflow also provides information on the actions performed along with detailed information of generated output. According to the user request, the DevOps workflow can separate and arrange the jobs. Not only that, but it also provides an opportunity to mirror the ideal process in the configuration jobs DevOps Task — Work Flow Diagram The  Dev