I am a newbie to jenkins pipeline. I am looking to develop a shared library which can load configuration variables from database or external resource via Restful interface, then all variables will be ingested into each jenkins pipeline jobs.
Any advice for best practices to implement this?