The term "Modules" is used in Artifactory.
When you select a specific build in the UI's "Builds" page, you are presented with a list of Module IDs, which is, as far as I can tell, merely the build's name.
so that when I do this:
jfrog rt upload --build-name Kuku --build-number 1 File.bin Repo/path/
I receive a build with the name "kuku" and the number "1," and within it is a list of Module IDs with just the single entry "Kuku." If I click on Kuku, I am then shown a list of the artefacts that are included in this build.
So, what exactly are these Modules, is my query.
How can I add more modules to a particular build, and why should I?
Simply state that I'm utilising a Generic repo.