hacklanta / hubot-yardmaster

Hubot plugin to control jobs on Jenkins CI
http://hacklanta.com/
MIT License
13 stars 6 forks source link

Jobs in folders #19

Open andrzejwp opened 8 years ago

andrzejwp commented 8 years ago

Hello, I'm using the cloudbees folders plugin (https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Folders+Plugin) and it seems that these plugins are incompatible. I can't access jobs in folders in any way. Any chance for a fix?

riveramj commented 8 years ago

Is there an error that it gives when you try to run the jobs? I'll start looking into the plugin a bit.

riveramj commented 8 years ago

I think I've got a solution for this. Will work on it and post back.

andrzejwp commented 8 years ago

I found a simple workaround - instead of asking the bot to build 'folder/jobName' I need to pass 'folder/job/jobName', so I guess a simple solution would be to replace "/" with "/job/".

andrzejwp commented 8 years ago

Hi, anything on this issue?