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
m (Ant moved page Artifacts: to GitLab artifacts:) |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
* <code>[[GitLab CI: artifacts|artifacts]]</code> keyword in [[GitLab]]: <code>[[.gitlab-ci.yml]]</code> | * <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> | * <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 == | == GitLab == | ||
Line 8: | Line 17: | ||
− | *<code>artifacts:exclude</code> | + | * <code>artifacts:exclude</code> |
− | *<code>artifacts:expire_in</code> | + | * <code>artifacts:[[expire_in]]</code> |
− | *<code>artifacts:expose_as</code> | + | * <code>artifacts:expose_as</code> |
− | *<code>artifacts:paths</code> | + | * <code>artifacts:paths</code> |
− | *<code>artifacts:name</code> | + | * <code>artifacts:name</code> |
− | *<code>artifacts:public</code> | + | * <code>artifacts:public</code> |
− | *<code>artifacts:reports</code> | + | * <code>[[artifacts:reports]]</code> <ref>https://docs.gitlab.com/ee/ci/yaml/index.html#artifactsreports</ref> |
− | *<code>artifacts:reports:[[terraform]]</code> | + | * <code>artifacts:reports:[[dotenv]]</code> <ref>https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv</ref> |
− | *<code>artifacts:when</code> | + | * <code>artifacts:reports:[[terraform]]</code> |
+ | .../... | ||
+ | * <code>artifacts:when</code> | ||
== Related terms == | == Related terms == | ||
* <code>[[stage]]</code> | * <code>[[stage]]</code> | ||
* <code>[[stages:]]</code> | * <code>[[stages:]]</code> | ||
− | + | * <code>[[gitlab-rake gitlab:artifacts:migrate]]</code> | |
== See also == | == See also == |
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: