Hi,
I'm building a Jenkins front-end for a small team of developers. I need to store name, email, permission level and one or two other bits of data per developer. Passwords can be handled by the credentials facility.
My employer is not AT ALL happy about spending money, so doesn't want even a small ongoing cost (AU$90 p.a.) from an RDS database. What's the best way to avoid using an external database in this situation? Potentially the data is only a few K long.
Obviously I could store these data in a CSV, JSON or YAML file, committed to an SCM, but I'd quite like to use the data in a Jenkins extensible choice parameter or similar if this is possible.
Thanks for any help,
Nick