Discussion:
Store (small) table data in Jenkins without external database
Nick Mellor
2018-11-14 05:17:31 UTC
Permalink
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+***@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.
Jan Monterrubio
2018-11-14 06:37:11 UTC
Permalink
You could create a job with an HTML description that’s your data table...
Post by Nick Mellor
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/083cec96-0bd1-4218-9e6c-9d108b7acfc9%40googlegroups.com
<https://groups.google.com/d/msgid/jenkinsci-users/083cec96-0bd1-4218-9e6c-9d108b7acfc9%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9%2BR9_yzBbLibgTuJXRSnUdZxNCGYybNY7_TDbKavD_adg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...