Difference between revisions of "GitLab CI: artifacts:"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html
 
* https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html
 
<code>[[artifacts:]]</code>
 
<code>[[artifacts:]]</code>
 +
 +
Official example
 +
 +
pdf:
 +
  script: xelatex mycv.tex
 +
  artifacts:
 +
    paths:
 +
      - mycv.pdf
 +
    expire_in: 1 week
  
  

Revision as of 08:10, 28 September 2022

Advertising: