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

Custom Messages after generate #44

Closed LeroyR closed 4 years ago

LeroyR commented 4 years ago

Is your feature request related to a problem? Please describe. Distributions may need some additional steps after install that are currently not documented. It helps to have a reminder after manually calling generate.

Describe the solution you'd like Add a generator-message variable to distributions where distribution maintainers can set a custom messages after generate calls.

Example:

> build-generator generate foo.distribution
...
[##############] 100.00 % ORCHESTRATION
MESSAGE:
    Remember to run platform-requirements and install missing dependencies.