Re: How to stop passwords used by my scm plugin from appearing the log?

2012-09-12 Thread Tan Yeong Sheng
try the mask password plugin On Sep 12, 2012 12:07 PM, Stuart Whelan stu...@somepointinthefuture.co.nz wrote: My SCM plugin needs to call a command line client.. How can I stop the password being passed to the command line client from appearing in the log? I can see two directions to try,

Add entry in BuildHive@CloudBees and Jira for summary_report-plugin

2012-09-12 Thread Thomas DERUYTER
Hi, Could you please create an CI build set up for the summary_report-plugin: - Source code: https://github.com/jenkinsci/summary_report-plugin - Wiki: https://wiki.jenkins-ci.org/display/JENKINS/Summary+Display+Plugin) Also could you add a component entry for it in Jira. Best regards Thomas

Re: How to stop passwords used by my scm plugin from appearing the log?

2012-09-12 Thread Jesse Glick
On 09/12/2012 12:07 AM, Stuart Whelan wrote: 1) Mask the password from the log ConsoleLogFilter is probably what you want; check for your SCM on the project. (Overriding BuildWrapper.decorateLogger would scale better but an SCM is not a BuildWrapper.)

Plugin Information on Wiki shows wrong SCM

2012-09-12 Thread Max Spring
For my plugin, the Wiki page shows the wrong SCM. https://wiki.jenkins-ci.org/display/JENKINS/Jenkow+Plugin The source is on Github and the POM clearly says git: https://github.com/jenkinsci/jenkow-plugin/blob/master/pom.xml#L70 But the Plugin Information is shown as Subversion. How can I fix