Supported by Verisium Manager 17.1 and above only
In case of a need in setting the vsif attribute values, the pre-job should place into the workspace directory a file with a list of relevant attributes and their values (one line per each attribute) in the following format.
Line 1: attribute_name,attribute_value,attribute_type
Line 2: attribute_name,attribute_value,attribute_type
attribute type can be 1 of 3:
P_SESSION for session type attributes
P_TEST for test type attributes
P_GROUP for group type attributes
Example:
home_location,/home/dan/regression,P_SESSION
owner,dan,P_TEST
(Note the comma seperator within the lines. Do not place comma at the end of the lines.)
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}.attr.values.input
Please fill this field only in case, you want to hard code the input file name, to be consist across all builds.