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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/083cec96-0bd1-4218-9e6c-9d108b7acfc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to