Difference between revisions of "GitLab CI, Job:"
Jump to navigation
Jump to search
↑ https://docs.gitlab.com/ee/ci/jobs/#custom-collapsible-sections
(Created page with "TODO") |
m (Ant moved page GitLab CI: Job: to GitLab CI, Job:) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | * https://docs.gitlab.com/ee/ci/jobs/ | |
+ | |||
+ | job: | ||
+ | [[tags:]] | ||
+ | - ruby | ||
+ | - postgres | ||
+ | |||
+ | |||
+ | |||
+ | Custom collapsible sections <ref>https://docs.gitlab.com/ee/ci/jobs/#custom-collapsible-sections</ref> | ||
+ | |||
+ | |||
+ | [[extends]] | ||
+ | |||
+ | == Related == | ||
+ | * [[Jobs]] | ||
+ | * Get log using API: https://docs.gitlab.com/ee/api/jobs.html#get-a-log-file | ||
+ | * <code>[[needs:]]</code> | ||
+ | * <code>[[environment:]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{gitlab-ci.yml}} | ||
+ | * {{GitLab CI}} | ||
+ | |||
+ | [[Category:Gitlab]] |
Latest revision as of 17:53, 9 November 2022
job: tags: - ruby - postgres
Custom collapsible sections [1]
Related[edit]
- Jobs
- Get log using API: https://docs.gitlab.com/ee/api/jobs.html#get-a-log-file
needs:
environment:
See also[edit]
gitlab-ci.yml
,job: | stage: | stages: | artifacts: | include: | script: | when: | only: | needs:
- GitLab CI, variables, templates, executors,
.gitlab-ci.yml, .gitlab/
, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog,ContainersNotReady
, GitLab environments
Advertising: