Difference between revisions of "GitLab artifacts:"

From wikieduonline
Jump to navigation Jump to search
(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:
{{Draft}}
+
* <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>
  
  [[.gitlab-ci.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 ==
 +
*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

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: