Hi, I'm using the scriptler plugin to write a groovy script using the Jenkins api, that will clone a set of jobs. With jenkins.model.Jenkins. *createProjectFromXML*(String<http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true> name, InputStream<http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true> xml) I can create new jobs just fine, but that only seems to create top level items.
Because I use the "Cloudbees Folder" plugin to structure my jobs I would like to create the new jobs inside an existing folder. Is there a way to do this? Any help appreciated, Glenn -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
