Github Commiter Authorization Strategy not allowing users to cancel builds

2016-05-18 Thread mark.gaylard via Jenkins Users
We are using the github oauth plugin. It works as expected for authentication, but not for authorization. We have 'Use Github repository permissions' checked, but any user not listed in the admin user section cannot cancel builds (but they can trigger them). I would assume that if you can

Multiple multibranch pipeline builds from a single repo

2016-04-12 Thread mark.gaylard via Jenkins Users
We are about to switch our CI builds to jenkins and I would like to make use of the multibranch builds but we have multiple projects in a single repo which (as far as I can tell) won't work with the multibranch stuff as we would need a Jenkinsfile per project, not one for the whole repo. Our