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

Shorthand for extra-requires/provides #45

Closed LeroyR closed 4 years ago

LeroyR commented 4 years ago

Is your feature request related to a problem? Please describe. It is difficult to visually parse a long list of these.

extra-provides:
- nature: foo
  target: bar

which could be shortened

Describe the solution you'd like The ability to use the short version.

extra-provides:
- foo: bar