I'm working on making our jenkins infrastructure more resilient. I've migrated most of our stuff to pipelines, and our jenkins server is deployed by helm/k8s, so they're both under source control. The last bit I need to backup is the job definitions themselves. From what I've read, I should use the JobDSL plugin and a seed job for this. My question is: "Is there a simple way to generate the seed job config from the existing jobs?"
I'm managing 50-100 jenkins jobs, and writing individual seed job configs for each of them would be time consuming. I'm hoping there's some kind of tool that can look at the existing jobs and generate the configs.