Hello Jenkins Community,
my jobs defined in a declarative Jenkinsfile need read access to some simple String values associated to keys.
I have no performance requirements. Do you know any existing key-value store plugin ?
Jobs are not bound to a worker so I cannot simply write a file to disk.
I know I can write my own wrapper over any key-value store but I suspect there may exist simpler and lighter ways.
Have a good day
François