glab component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/glab@stable
inputs:
name: <value>
script: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| allow-failure | Should the pipeline fail if the test fails? | false | boolean |
| name | The name of the job. | string | |
| needs | The needs that this job depends on. | [] | array |
| rules | The jobs that this job depends on. | [{"when":"always"}] | array |
| script | The script to run. | string | |
| stage | The name of the stage. | .pre | string |
| tags | The runners that this job depends on. | [] | array |