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

Validate command should process all recipes #12

Open scymtym opened 5 years ago

scymtym commented 5 years ago

Is your feature request related to a problem? Please describe.

When I run

build-generator validate PATH/recipes/

the generator does not report the following problems:

Describe the solution you'd like

The validate command should process all recipes, including all versions of projects and check them to the extent possible. Things like project versions using the pattern: form may not be completely checkable, but at least syntactic well-formedness (currently checked in included project recipes) and schema conformance (currently checked in included projects and project versions) should be checked.