Difference between revisions of "GitLab artifacts:"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
* <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 7: 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:[[dotenv]]</code> <ref>https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv</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:reports:[[terraform]]</code>
*<code>artifacts:when</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

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: