debug-pod component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/debug-pod@stable
inputs:
tag: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| debug-pod-enabled | Whether to enable the debug pod for this job. | false | boolean |
| jobs | The jobs that get delayed by the compontent debug-sleep | [] | array |
| name | Name for the debug job. | debug | string |
| needs | The jobs that this job depends on. | [] | array |
| rules | The rules that this job depends on. | [{"if":"$CI_DEBUG_POD_ENABLED != \"true\"","when":"never"},{"if":"$CI_PIPELINE_SOURCE == \"schedule\"","when":"never"},{"when":"always"}] | array |
| stage | .pre | string | |
| tag | string | ||
| timeout | The timeout for the debug sleep job in seconds | 600 | string |