build/README.md
Kai Reichart 75edd598b0
Some checks failed
/ test_build (push) Has been cancelled
added components
2024-11-27 13:05:39 +01:00

17 lines
358 B
Markdown

# Pipeline Component - Build
This component is responsible for building software artifacts.
## Inputs
| Name | Description | Default | Required |
|------|-------------|---------|:--------:|
| source | The source directory to build | `./` | false |
| target | The target directory to store the build artifacts | `./dist` | false |
## Usage
```yaml
```