I would like to use the free online service transfer.sh for sharing build artifacts between stages in travis ci. While uploading/downloading is easy, the problem is that the resulting URL contains a non-predictable part and hence, the whole URL becomes non-predictable.
When uploading artifacts in an early stage, I need to pass the resulting URLs to later stages. AFAIK, jobs in a multi-stage build are strictly isolated from each other.
- Thus, I am looking for ideas how to do pass URLs between stages.
- Ideas how to pass artifacts with (registration-)free services would be also welcome.