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

Allow for user defined gitignore instead of custom "includes" #40

Open samrocketman opened 8 years ago

samrocketman commented 8 years ago

I'd much rather use my own .gitignore rather than the includes defined in this plugin. Credentials should be included because they're encrypted and protected by the secret.key file.

Additionally, the cloudbees folders plugin stores credentials in the folder config.xml; another reason not to track secret.key but not worry about credentials which are encrypted with AES128 secured with a 512-bit passphrase.