Skip to main content

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

NameDescriptionDefaultType
------------
debug-pod-enabledWhether to enable the debug pod for this job.falseboolean
jobsThe jobs that get delayed by the compontent debug-sleep[]array
nameName for the debug job.debugstring
needsThe jobs that this job depends on.[]array
rulesThe 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.prestring
tagstring
timeoutThe timeout for the debug sleep job in seconds600string