[
https://issues.jenkins-ci.org/browse/JENKINS-12582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159040#comment-159040
]
Alex Lehmann commented on JENKINS-12582:
----------------------------------------
I think I found the reason why the password is not picked up in my jobs, the
format for CVSROOT is a bit flexible, you can either user
:pserver:user@host/path or :pserver:user@host:/path, most examples use the
additional colon (i didn't notice that you could leave that out before today).
The matching function for .cvspass entries removes the port including the colon
so that only the version without colon is matched.
That should be easy to fix, I will try to write something.
> CVS-Plugin: Password file "${user.home}/.cvspass" is ignored
> ------------------------------------------------------------
>
> Key: JENKINS-12582
> URL: https://issues.jenkins-ci.org/browse/JENKINS-12582
> Project: Jenkins
> Issue Type: Bug
> Components: cvs
> Environment: Tomcat6 / RHEL5
> Reporter: chrisabit
> Priority: Blocker
>
> 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