[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored under some conditions

2012-06-01 Thread me...@wp.pl (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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
flattentrue/flatten
isTagfalse/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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored under some conditions

2012-06-01 Thread michael.m.cla...@gmail.com (JIRA)

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

Michael Clarke commented on JENKINS-12582:
--

Maciej: You'll have to give a bit more detail about what isn't matching - 
uploading your job config and cvspass files with your usernames, hostnames and 
port numbers obscured would be the most help (providing you obscure the values 
consitently between the config.xml and cvspass). Because CVSROOT takes so many 
formats, we need contributions to be able to resolve issues.

 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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored under some conditions

2012-05-31 Thread michael.m.cla...@gmail.com (JIRA)

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

Michael Clarke updated JENKINS-12582:
-

Priority: Major  (was: Blocker)

Lowering priority as there is a workaround to this. There are plans to allow a 
global setting of passwords for a Jenkins instance but we need to clear 
functional issues first

 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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored under some conditions

2012-03-19 Thread michael.m.cla...@gmail.com (JIRA)

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

Michael Clarke reopened JENKINS-12582:
--

  Assignee: Michael Clarke  (was: Alex Lehmann)

Reopening as the main issue (having to specify a password for every job) still 
needs resolved.

 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
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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored under some conditions

2012-03-19 Thread alexl...@gmail.com (JIRA)

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

Alex Lehmann commented on JENKINS-12582:


sorry, you're right, I missed the part about setting the cvs password for each 
job, changed the changelog entry accordingly


 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
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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored under some conditions

2012-03-18 Thread alexl...@gmail.com (JIRA)

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

Alex Lehmann updated JENKINS-12582:
---

Summary: CVS-Plugin: Password file ${user.home}/.cvspass is ignored under 
some conditions  (was: CVS-Plugin: Password file ${user.home}/.cvspass is 
ignored)

 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: Alex Lehmann
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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored

2012-02-15 Thread alexl...@gmail.com (JIRA)

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

Alex Lehmann reassigned JENKINS-12582:
--

Assignee: Alex Lehmann

 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
Assignee: Alex Lehmann
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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored

2012-02-15 Thread dogf...@java.net (JIRA)

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

dogfood commented on JENKINS-12582:
---

Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! [plugins_cvs 
#9|http://ci.jenkins-ci.org/job/plugins_cvs/9/]
 
 Result = SUCCESS

 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
Assignee: Alex Lehmann
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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored

2012-02-14 Thread chrisa...@java.net (JIRA)

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

chrisabit commented on JENKINS-12582:
-

A global configuration would fit perfectly since we are using technical users 
for our ~500 projects/jobs. thanks!

 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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored

2012-02-14 Thread alexl...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored

2012-02-14 Thread scm_issue_l...@java.net (JIRA)

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

SCM/JIRA link daemon commented on JENKINS-12582:


Code changed in jenkins
User: Alexander Lehmann
Path:
 src/main/java/hudson/scm/LegacyConvertor.java
 src/test/java/hudson/scm/LegacyConvertorTest.java
 src/test/resources/hudson/scm/.cvspass
http://jenkins-ci.org/commit/cvs-plugin/c80a279d3a1b5ae82289e605d32bcf4177097ee7
Log:
  Merge pull request #7 from alexlehm/master

[JENKINS-12582] CVS-Plugin: Password file ${user.home}/.cvspass is ignored


Compare: https://github.com/jenkinsci/cvs-plugin/compare/a64d761...c80a279



 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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored

2012-02-14 Thread alexl...@gmail.com (JIRA)

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

Alex Lehmann commented on JENKINS-12582:


doesn't build on ci.jenkins-ci.org right now due to another change before, but 
it should work once the other build issue is fixed



 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




[JIRA] (JENKINS-12582) CVS-Plugin: Password file ${user.home}/.cvspass is ignored

2012-02-13 Thread alexl...@gmail.com (JIRA)

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

Alex Lehmann commented on JENKINS-12582:


I tried migrating a cvs test job from cvs-plugin 1.6 to 2.0, that didn't pick 
up the password from the .cvspass file.



 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