-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows Server 2008, Jenkins 1.456. List of plugins attached.
Most of our jobs had EnvInject variables like the following:
DATABASE_NAME=JenkinsFooBar${SVN_REVISION}
These were happily resolved until we upgraded EnvInject from 1.00 to 1.40, and Jenkins itself from 1.435 to 1.456. After the upgrade, EnvInject logs an error saying that variable DATABASE_NAME is unresolved.
EnvInject seems to not capture the SVN_REVISION variable.
I'll try to reproduce it.
Could you attach your job configuration file?