component types
The component types
wtg supports four types of components:
- build
- buy
- outsource
- pipeline
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
}
Last modified June 13, 2023: Merge pull request #103 from owulveryck/small-improvements (2abbea6)