arangamani / jenkins_api_client

Ruby Client libraries for communicating with Jenkins Remote Access API
http://github.arangamani.net/jenkins_api_client/
MIT License
416 stars 239 forks source link

Create / Move a job to specified folder #291

Open ramkrishna67 opened 4 years ago

ramkrishna67 commented 4 years ago

I have a requirement to create jobs inside a specified folder to organize jobs in specified groups. Currently when I create a job it goes to root. If we cannot create a job in specified folder will it be possible to move it after its created? Any help is appreciated.