Replies: 1 comment 1 reply
-
I second that! We make heavy use this feature to compile and package C, C++ and Fortran software into Python wheels across multiple OSs and then upload them to registries. Removing this feature in v4 completely breaks these workflows. What is the recommended way now of agglomerating artefacts under a single name? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have multiple repositories (mostly multi-module maven projects) that use this feature heavily (to accumulate, for example, JaCoCo test reports, here (
github.com
) is an example of such a pipeline).The accumulation is especially helpful for aggregated jaCoCo coverage reports. JaCoCo allows the aggregation of all submodule-reports in an overall report, but this requires all jaCoCo coverage reports. Aggregating through a multi-upload has the nice benefit that a new, parallel module build can be created through a template, and no further configuration on the downloading side is necessary.
The breaking change came as a surprise to me. I have a four questions:
Beta Was this translation helpful? Give feedback.
All reactions