peoples,
I have a problem with the artifacts feature in gitlab-ci: I have two jobs A and B. A creates figures from data and stores them via the architecture feature and B uses the figures to create a PDF. Since I don't want to create figures if the data is not changing, I used the only feature in the job declaration of A. My problem is, when jobs A is not executed, B is not downloading the artifacts of the last succeeding job of A and thus fails.
artifacts
gitlab-ci
A
B
PDF
only
Is there any workaround for this problem?
1.4m articles
1.4m replys
5 comments
57.0k users