CI YAML Reference
Reference for all CI YAML keywords supported by Gisia.
Keywords
| Keyword | Type | Status |
|---|---|---|
| after_script | job | Supported |
| allow_failure | job | Supported |
| artifacts | job | Supported |
| before_script | job | Supported |
| cache | job | Supported |
| coverage | job | Not supported |
| dast_configuration | job | Not supported |
| default | global | Supported |
| dependencies | job | Supported |
| environment | job | Not supported |
| extends | job | Supported |
| hooks | job | Supported |
| id_tokens | job | Not supported |
| identity | job | Not supported |
| image | job | Partial |
| include | global | Partial |
| inherit | job | Supported |
| inputs | job | Supported |
| interruptible | job | Supported |
| needs | job | Partial |
| pages | job | Not supported |
| parallel | job | Supported |
| release | job | Not supported |
| resource_group | job | Not supported |
| retry | job | Supported |
| rules | job | Supported |
| run | job | Not supported |
| script | job | Supported |
| secrets | job | Not supported |
| services | job | Partial |
| spec | global | Partial |
| stage | job | Supported |
| stages | global | Supported |
| start_in | job | Not supported |
| tags | job | Supported |
| timeout | job | Supported |
| trigger | job | Partial |
| variables | global/job | Supported |
| when | job | Partial |
| workflow | global | Supported |