RDTK / generator

A tool for creating Jenkins jobs and other things from recipes describing software projects
GNU General Public License v3.0
21 stars 3 forks source link

Compute list of plugins to install based on aspects' requirements #6

Closed scymtym closed 5 years ago

scymtym commented 5 years ago

The install-jenkins command (see #5) should not keep a static list of Jenkins plugins to install. Instead, it should be possible to ask each aspect class which plugin(s) it requires (i.e. (requires-of-kind :jenkins-plugin ASPECT-CLASS)). The union of all these requirements should be used.