Re: Request for feedback: Jenkins Enhancement Proposal (JEP)

2017-10-27 Thread Kohsuke Kawaguchi
Thanks! On Fri, Oct 27, 2017 at 12:50 PM Liam Newman wrote: > Updates: > >- All proposed changes have been merged >- BDFL Delegates are fully described >- Governance meeting has oversight of BDFL >- Added JEP Template to the PR > >

Solved security problems in PostBuildScript Plugin

2017-10-27 Thread Daniel Heid
Hi everyone,I tried to fix the arbritrary code execution vulnerability in the PostBuildScript plugin by using the SecureGroovyScript recommendation (https://wiki.jenkins.io/display/JENKINS/Script+Security+Plugin).You'll find the pull request

Re: Request for feedback: Jenkins Enhancement Proposal (JEP)

2017-10-27 Thread Liam Newman
Updates: - All proposed changes have been merged - BDFL Delegates are fully described - Governance meeting has oversight of BDFL - Added JEP Template to the PR https://github.com/jenkinsci/jep/pull/12 is now fully up-to-date and comments made so far have been addressed. I believe

Re: How to hide files in WorkSpace

2017-10-27 Thread Robert Sandell
Use the credentials plugin for that. https://github.com/jenkinsci/credentials-plugin/blob/master/docs/consumer.adoc /B 2017-10-26 17:48 GMT+02:00 phanikumar : > I had a requirement where I need to hide the Secret key files with Jenkins > plugin. On the other