Hi,
Sure, you can use the per-user variables as shown below
- Set the default value to the normal location.
- Try redefining it for your own user account and check the <Project>-<Configuration>.vgdbsettings.<User name>.user file where VisualGDB would store the per-user value.
- Update the Jenkins build script to generate a similar .user file (with the user account name used by Jenkins, try “echo %USERNAME%” if not sure) with the correct per-build value.
If you are not planning to use any other per-user settings, you can also use the following syntax when generating the .user file (instead of XML):
#comment
VariableName1 := VariableValue1
VariableName2 := VariableValue2