Difference between revisions of "GitLab artifacts:"
Jump to navigation
Jump to search
↑ https://docs.gitlab.com/ee/ci/yaml/index.html#artifactsreports
↑ https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv
(Created page with "{{Draft}} .gitlab-ci.yml == See also == * {{artifacts}} * {{GitLab}} Category:GitLab") Tags: Mobile web edit, Mobile edit |
|||
(33 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | * <code>[[GitLab CI: artifacts|artifacts]]</code> keyword in [[GitLab]]: <code>[[.gitlab-ci.yml]]</code> | |
+ | * <code>artifacts</code> keyword in [[AWS CodeBuild]]: <code>[[buildspec.yml]]</code> | ||
− | [[ | + | TO_MERGE [[GitLab CI: artifacts:]] |
+ | [[/var/opt/gitlab/gitlab-rails/shared/artifacts/]] | ||
+ | [[/etc/gitlab/gitlab.rb]] | ||
+ | .../... | ||
+ | ### Job Artifacts | ||
+ | # gitlab_rails['artifacts_enabled'] = true | ||
+ | # gitlab_rails['artifacts_path'] = "[[/var/opt/gitlab/gitlab-rails/shared/artifacts]]" | ||
+ | |||
+ | == GitLab == | ||
+ | *https://docs.gitlab.com/ee/ci/yaml/#artifacts | ||
+ | |||
+ | |||
+ | * <code>artifacts:exclude</code> | ||
+ | * <code>artifacts:[[expire_in]]</code> | ||
+ | * <code>artifacts:expose_as</code> | ||
+ | * <code>artifacts:paths</code> | ||
+ | * <code>artifacts:name</code> | ||
+ | * <code>artifacts:public</code> | ||
+ | * <code>[[artifacts:reports]]</code> <ref>https://docs.gitlab.com/ee/ci/yaml/index.html#artifactsreports</ref> | ||
+ | * <code>artifacts:reports:[[dotenv]]</code> <ref>https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv</ref> | ||
+ | * <code>artifacts:reports:[[terraform]]</code> | ||
+ | .../... | ||
+ | * <code>artifacts:when</code> | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[stage]]</code> | ||
+ | * <code>[[stages:]]</code> | ||
+ | * <code>[[gitlab-rake gitlab:artifacts:migrate]]</code> | ||
== See also == | == See also == | ||
* {{artifacts}} | * {{artifacts}} | ||
+ | * {{gitlab-ci.yml}} | ||
+ | * {{gitlab runner}} | ||
* {{GitLab}} | * {{GitLab}} | ||
[[Category:GitLab]] | [[Category:GitLab]] |
Latest revision as of 13:47, 4 January 2023
artifacts
keyword in GitLab:.gitlab-ci.yml
artifacts
keyword in AWS CodeBuild:buildspec.yml
TO_MERGE GitLab CI: artifacts:
/var/opt/gitlab/gitlab-rails/shared/artifacts/
/etc/gitlab/gitlab.rb .../... ### Job Artifacts # gitlab_rails['artifacts_enabled'] = true # gitlab_rails['artifacts_path'] = "/var/opt/gitlab/gitlab-rails/shared/artifacts"
GitLab[edit]
artifacts:exclude
artifacts:expire_in
artifacts:expose_as
artifacts:paths
artifacts:name
artifacts:public
artifacts:reports
[1]artifacts:reports:dotenv
[2]artifacts:reports:terraform
.../...
artifacts:when
Related terms[edit]
See also[edit]
- Artifacts, Binary repository manager
gitlab-ci.yml
,job: | stage: | stages: | artifacts: | include: | script: | when: | only: | needs:
- Gitlab runner, runners:
gitlab-runner
,gitlab-ci.yml
,config.toml
, GitLab Runner Changelog - GitLab: Install GitLab, Upgrade GitLab Gitlab runner (changelog),
gitlab.rb, .gitlab/, gitlab-ci.yml
,gitlab-ctl, gitlab-rake, gitlab-backup, gitlab-rails
, GitLab editions, GitLab Security Dashboards, GitLab environments, GitLab environment variables, Auto DevOps, permissions, GitLab Pages,gitlab-rails
, GitLab scheduled pipelines, GitLab logs, GitLab changelog , GitLab Release CLI, GitLab Omnibus, GitLab Advanced Search, GitLab container registry, GitLab infrastructure registry
Advertising: