-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins: 2.164
Content Replace Plugin: 1.0.2
The 'file path' field accepts a hard-coded value like:
\\A21-T1-APP074\E$\D2 DMS 1.1.1\Scripts\applySecurityToFilePlan.dql
but will not accept environment variables previously injected by the EnvInject Plugin like:
\\${CS_SERVER}\E$\D2 DMS 1.1.1\Scripts\applySecurityToFilePlan.dql
This makes the Plugin limited as there is no flexibility on the definition of the file to be processed.