publish-sitemap component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/publish-sitemap@stable
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| needs | The jobs that this job depends on. | [{"job":"pages","artifacts":false,"optional":false}] | array |
| rules | The jobs that this job depends on. | [{"if":"$CI_PIPELINE_SOURCE == \"schedule\"","when":"never"},{"if":"$CI_COMMIT_TAG =~ $CI_PATTERN_SEMVER","when":"on_success"},{"when":"never"}] | array |
| stage | The stage to run the job in | .post | string |
| tags | The runners that this job depends on. | [] | array |