Is there any api to download pipeline artifacts. In my scenario I am generating an android .apk in one repo and trying to use this .apk in appium test which is in another repo.
Community moderators have prevented the ability to post new answers.
Your pipeline is executed in a short-living Docker container which is dropped when the pipeline finishes. So if your artifacts are written to the container's filesystem, those will be lost.
We were a similar position like you, we needed to save the results of the pipeline and make downloadable by human users.
We did this:
It works fine and it has been stable for many years.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.