Supported by vManager 15.1 and above only
In case of a need in adding the vsif environment variables, the pre-job should place into the workspace directory a file with a list of relevant environment variables in json keys format.
Example:
"MY_REGRESSION_AREA": "/home/dan/regression",
"MY_DUT" : "top"
(Note the comma seperator at the end of each line, to exclude the last line.)
The input file should be place into the working directory. In case this field is empty, The file name need to be: ${BUILD_NUMBER}.${BUILD_ID}.environment.input
Please fill this field only in case, you want to hard code the input file name, to be consist across all builds.