pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
857 stars 485 forks source link

Cannot create jobs inside folders #865

Open GratielaM opened 2 weeks ago

GratielaM commented 2 weeks ago
ISSUE TYPE
Jenkinsapi VERSION: 0.3.13
Jenkins VERSION: 2.462.3
SUMMARY

Creating jobs inside a given folder fails. create_job method works only for creating jobs in main folder. E.g.: create_job(jobname=folder1/folder2/job-name, xml=config_xml)

EXPECTED RESULTS
ACTUAL RESULTS