jenkins-client-java
jenkins-client-java copied to clipboard
How to generate config.xml for creating jobs
I didn't find a tool for generating the config.xml to create job.
It's not easy to do that.
In my project, I need to programmatically generate config.xml to create job according to different requirements。Do you have a good idea?
You can try to use a template instead of an XML file.
Another solution is that using jcli to create a job.
Thanks!i will try it