jenkinsci / gogs-webhook-plugin

Jenkins Gogs Webhook
https://plugins.jenkins.io/gogs-webhook/
MIT License
78 stars 42 forks source link

Support folders and duplicate names #12

Closed willemvd closed 7 years ago

willemvd commented 7 years ago

use Jenkins.getItemByFullName to search for a job so we can support folder structures and duplicate names inside folders, for backward compatibility we also search through all items when not found (old behaviour)

This will make it easy to find items in folders like in #10

sanderv32 commented 7 years ago

Thanks Willem. Can i merge this without breaking the plugin?

willemvd commented 7 years ago

Yes I have created it in a way that it is backwards compatible