We are migrating Jenkin server to another instance,
We are facing some issue regarding to create dsl jobs
we have only every microservices config.xml files can we convert these files to dsl jobs. is it possible or not.
if there any alertnative solution. please let me know.
Hi, we has similar issue for longer time. Our solution is to start JCaC.
JCaC does not support job creation, but you can push all the .xml configs in the same repository, make git checkout on the JenkinsServer and start the instance. It works perfect for us.
Next solution will be to use REST API or jenkins cli.
Here are few solutions.