[ 
https://issues.jenkins-ci.org/browse/JENKINS-12582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163404#comment-163404
 ] 

Maciej M edited comment on JENKINS-12582 at 6/1/12 1:12 PM:
------------------------------------------------------------

Still not works in 2.3 after upgrade from 1.6.
SCM tag w config.xml has changed, after manual change to:
<scm ...>
    <cvsroot></cvsroot>
    <module></module>
    <canUseUpdate></canUseUpdate>
    <useHeadIfNotFound></useHeadIfNotFound>
    <flatten>true</flatten>
    <isTag>false</isTag>
    <excludedRegions></excludedRegions>
</scm>
pass is taken from ~.cvspass the problem with matching string still exists, in 
.cvspass we can have sth like /1 :pserver:and so on, this forma is not 
supported at all.

                
      was (Author: metyl):
    Still not works in 2.3
                  
> CVS-Plugin: Password file "${user.home}/.cvspass" is ignored under some 
> conditions
> ----------------------------------------------------------------------------------
>
>                 Key: JENKINS-12582
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12582
>             Project: Jenkins
>          Issue Type: Bug
>          Components: cvs
>         Environment: Tomcat6 / RHEL5
>            Reporter: chrisabit
>            Assignee: Michael Clarke
>
> Jenkins' new Netbeans-based CVS-Plugin doesn't use the ".cvspass" file. 
> Setting the password on every job isn't a suitable solution (huge number of 
> jobs, security issues). The ".cvspass" file should be used instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to