Difference between revisions of "GitLab artifacts:"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
  TO_MERGE [[GitLab CI: artifacts:]]
 
  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 23: Line 32:
 
* <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

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:when

Related terms[edit]

See also[edit]

  • https://docs.gitlab.com/ee/ci/yaml/index.html#artifactsreports
  • https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv
  • Advertising: