Once JSON Schema files are present in pipelines, we can start to use these files to automatically generate the command-line help outputted by pipelines with the --help parameter.
Requires parsing in Groovy in the pipeline code, then writing a function to output nicely formatted text.
Once JSON Schema files are present in pipelines, we can start to use these files to automatically generate the command-line help outputted by pipelines with the
--helpparameter.Requires parsing in Groovy in the pipeline code, then writing a function to output nicely formatted text.