wtg supports four types of components:
those components are set in a block configuration of the component thanks to the type
keyword.
Example:
build - buy
buy - outsource
outsource - pipeline
build: {
type: build
}
buy: {
type: buy
}
outsource: {
type: outsource
}
pipeline: {
type: pipeline
}