-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
My project has 300+ plus modules, and I need to show our users ( dev, qa) a few only. For example installer, vmware OVA, etc.
This setting must be done at jenkinsfile level
My project has 300+ plus modules, and I need to show our users ( dev, qa) a few only. For example installer, vmware OVA, etc.
This setting must be done at jenkinsfile level
Thanks dantran for the feedback. How did you envision the filter definition? I imagined a the capability to define exact-string / regular-expressions filters for each of the following attribute: groupId, artifactId, version (e.g. "0.5-SNAPSHOT"), classifier, type.
I had in mind to not propose for the first version filters on: expanded version (e.g. "0.5-20180218.180717-50"), extension (because we can filter on the type).
Regarding the classifier, note that for the moment, we just list the "generated artifact" of the maven module and NOT the attached artifacts (e.g. sources, javadocs...).
As you mentionned that you build OVAs and RPM, I found that the rpm-maven-plugin can generate rpm as "primary artifacts (see http://www.mojohaus.org/rpm-maven-plugin/usage.html#RPM_as_Primary_Artifact)