Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Getting Started

Frank Lin edited this page Aug 12, 2020 · 5 revisions

Build a Sashimi flavour is about understanding what functionality you want to provide to customers and what hooks server and Calamari have to help you achieve your goal.

Server allows extension of certain data types from within the core model. These types are:

A core concept to the deployment pipeline in Octopus is an Action Handler. It is the interface between server and Calamari and is central to anything you that needs to be executed on or on behalf of a target.

If you're moving an existing step to Sashimi, follow this guide

Clone this wiki locally