You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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