This chapter contains information about the most commonly used workflows in MAIA Agent.
Example, the build, test and deploy sequence:
Set up the environment file to have the variables correctly defined.
Set up the configuration file (default MAIA.yml) for the component and track(branch) that you want to build.
You can set up the configuration to build:
a. A single component.
b. A collection component without prebuilt sub components.
c. A collection component with one or more prebuilt sub components.
Note: You must set up a new configuration file for each combination of a component and track.
Check out component and track.
Build the component and track.
a. Build a single component, go to: Build a single component.
b. Build a collection component, go to: Build a collection component.
If you want to test the build, go to: Test the build.
If you want to deploy the deliverables from the build, go to: Deploy the build.