Re: Best way to load a file into a Jenkins plugin

2014-01-22 Thread Zoran Regvart
Hi, the credentials-plugin[1] has certificate support, on the GUI side of things you would upload PKCS#12 file with the key and certificate, and on the plugin side you would use the CredentialsProvider to access it. Best to build on the shoulders of giants ;) zoran [1] https://wiki.jenkins-ci.org

Best way to load a file into a Jenkins plugin

2014-01-21 Thread Daniel Anechitoaie
Hi, I'm writing a jenkins build plugin and the build needs to make some HTTPS calls but the server requires auth with a certificate and private key. What would be the best way (from the user's point of view) to allow him to load a custom keystore from the project configuration page, under my pl