📄️ Installation & Setup
Conveyor CI is designed to be installed easily. It involved a set of programs and software libraries. In this tutorial we shall take you through a guide to setup Conveyor CI for your development Environment.
📄️ Defining a Resource
Order to intergrate custom functionality into Conveyor CI, you need to have some way to declare the state of your pipelines. Resources are objects in Conveyor CI that define the state of a pipeline. They are the core objects and all pipeline actions depend on them.
📄️ Building the Driver
Assumming you have already followed the Installation Guide, this tutorial expects you to already have a Go project setup and and the Conveyor CI tools installed. We shall use that to create the driver.