Variables that can be used in session tags for dotTEST v10.0.X
Here is a list of variables that can be used in the localsettings file for the session.tag parameter:
env_var – for example ${env_var:HOME}
config_name
analysis_type – currently only ‘static’
dtp_project
A common use case for the env_var variables is when they are used to get the name of the solution to be used in the session.tag.
Here is an example for the previous scenario in the localsettings.properties file:
session.tag= ${env_var:SOLUTION} - ${env_var:BRANCH} - ${config_name}
Tagged:
0