I need to bootstrap Jenkins Server along with it's plugins and jobs.
I know that for plugin installation you can just place the hpi file into the ./plugins folder.
But what about jobs? How do I set up the jobs? , I have the xml job definition extracted from the one that I created manually.
But how can I automatically install the jobs during server build? I know about jenkins-cli, but for some reason it keeps giving me an IO error.
Does anyone know any other way to pre-set up the jobs?
thanks