-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
Linux gentoo
I declare the .CVSPASS location (/user/local/scripts/.cvspass) in the admin panel but m2 release plugin try to find it to a other place ([DEBUG] passFile: /home/tomcat/.cvspass)
It will be nice if this plugin get the config from hudson config.xml
[JENKINS-5167] M2 release plugin does not take care of CVS configuration in admin panel
Assignee | Original: James Nord [ teilo ] | New: Michael Clarke [ mc1arke ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 135253 ] | New: JNJira + In-Review [ 203361 ] |
all this plugin does, is trigger maven with the correct command line arguments.
So its not the m2release plugin looking for the .cvspass in "/home/tomcat/.cvspass" but maven. The reason for this is most probably, because this "/home/tomcat/" is the home directory of the user you'r running jenkins with.