I need to pass the folders generated in one pipeline to the next pipeline in Gitlab CI. What are the possible ways?
- Is it possible through just Artifacts?
- Can we only achieve it through cache?
- If by Cache, is there any expiry that we can set in cache?
My actual question was (but no answers so far) : Carry artifacts of Gitlab pages between pipelines/jobs