On Thu, 2017-11-09 at 15:26 +0100, Bertrand Delacretaz wrote: > On Thu, Nov 9, 2017 at 2:05 PM, Stefan Seifert <[email protected] > e> wrote: > > ...i've no experience if the chosen file format (xml)... > > And YAML is a popular format to day for such things like .travis.yml > - > but whoever does the work decides I guess.
YAML could work as well - it has comments and ability to enter larger blocks of text. The only downside is that there's no builtin parser available for Groovy so I have to figure out how to pull an external library in the DSL job. Robert
