Continuous Delivery Automation Framework

Open Source Project authored over the last decade with the following key principles:

  • Loose Coupling : Designed for workstation implementation first, with no tight coupling to any given automation tool-set
  • Lowest Common Denominator : Using the minimum of the tool-chain plugins & capabilities, to ensure loose coupling
  • Package Portability : Package Task execution designed for automated push / pull or manually deployment
  • Task Definition : Framework to manage logging, exceptions and errors, to allow the user to focus on the tasks to be performed

The learning material on this site focuses on the separation of concerns, allowing different roles, e.g. DevOps Engineers, Application Developers and Test Automation Developers, to limit their cognitive load.