jenkinsci / scm-sync-configuration-plugin

Jenkins scm-sync-configuration plugin
https://plugins.jenkins.io/scm-sync-configuration/
MIT License
115 stars 123 forks source link

For per-project config, optional co-location with project's own source. #18

Open paul-hammant opened 11 years ago

paul-hammant commented 11 years ago

scm-sync-configuration-plugin currently stores config in one repo.

It would be great to have an option of storing config alongside the sources/build-file of project in question. This way developers for the project itself, can make changes (provided they don't break the XML) without needing accounts/permissions for Jenkins itself.

i.e. if they are permitted to the source tree itself, they are permitted to make changes to the CI configuration.

CruiseControl had this feature in 2006, and we made it more robust - http://markmail.org/message/epsjbwqmspydu2tt - after the initial release - http://markmail.org/message/cq5ss23z3pmcokor

fcamblor commented 11 years ago

I think you will be interested in watching this improvement

(prefer submitting issues on jira, github won't be checked really often)