GitLab scheduled pipelines
(Redirected from GitLab CI Scheduled pipelines)
Jump to navigation
Jump to search
Contents
Official example[edit]
job:on-schedule: rules: - if: $CI_PIPELINE_SOURCE == "schedule" script: - make world job: rules: - if: $CI_PIPELINE_SOURCE == "push" script: - make build
Examples[edit]
except: - schedules
Related[edit]
See also[edit]
- GitLab CI, variables, templates, executors,
.gitlab-ci.yml, .gitlab/
, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog,ContainersNotReady
, GitLab environments
Advertising: