|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15220) Quiet mode for cl... [email protected] (JIRA)
- [JIRA] (JENKINS-15220) Quiet mode f... [email protected] (JIRA)
- [JIRA] (JENKINS-15220) Quiet mode f... [email protected] (JIRA)
- [JIRA] (JENKINS-15220) Quiet mode f... [email protected] (JIRA)
- [JIRA] (JENKINS-15220) Quiet mode f... [email protected] (JIRA)
- [JIRA] (JENKINS-15220) Quiet mode f... [email protected] (JIRA)

As per your previous defect, the issue is being caused by CVS printing progress commands to System.err, and info commands to System.out. -Q/-q only affects System.out, we'd have to catch System.err and filter it if we wanted to restrict the output, but then we have to be careful that we're not hiding any error messages. This would be covered by the current 'Show All CVS Output' checkbox, but isn't something that can be modified by changing the CVS command we run.