-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Latest Jenkins and latest CVS plugin
I set up a new environment variable(MYCVSROOT -> :pserver:myuser:mypassw@myhost:/mycvsrepo) on the configure system page.
I created a new job and I wanted to use this environment variable(%MYCVSROOT% or $MYCVSROOT) in the Source Code Management/CVS Root field, but the value of the MYCVSROOT does not substitued.
Do environmental variables work in any of the fields for you? We don't currently parse them for the 'known hosts' and 'private key location' fields, but every other field should be parsed for environmental variables. It could be that we don't have a set of environmental variables at the time we do the parsing (although I don't know why this would be the case), but this would result in no fields being parsed so should be easy to check.