mhoban / rainbow_bridge

GNU General Public License v3.0
5 stars 2 forks source link

Save settings in yaml/json format #66

Open mhoban opened 3 months ago

mhoban commented 3 months ago

Right now settings are saved as settings.txt, with more or less human-readable contents

save them as yaml and/or json for better reusability

mhoban commented 3 months ago

Use groovy.yaml.YamlBuilder

mhoban commented 1 month ago

To be clear, this refers to the settings for individual process steps, not the overall settings for the pipeline.