-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
When we use the pluin nexusArtifactUploader for rpm or tar files, we want to have all the artifacts in the same group referenced by groupid.
For example
REPO/rpm/bash-1.1.1-01.el1.x86_64.rpm
REPO/rpm/ksh-1.1.1-01.el1.x86_64.rpm
will be better than
REPO/rpm/bash/1.1.1-01/bash-1.1.1-01.el1.x86_64.rpm
REPO/rpm/ksh/1.1.1-01/ksh-1.1.1-01.el1.x86_64.rpm
when we do a wget on the nexus
[JENKINS-46340] nexusArtifactUploader Allow uploading by path instead of by name and version
Summary | Original: nexusArtifactUploader Add an option for desactivate the group by name and version | New: nexusArtifactUploader Add an option for deactivate the group by name and version |
Summary | Original: nexusArtifactUploader Add an option for deactivate the group by name and version | New: nexusArtifactUploader Allow uploading by path instead of by name and version |
Technical analysis as a starter/context for implementing it: