Symbolic variables
Symbolic variables are special user-defined variables in one of the following formats:
- ${variable}
- #variable#
You can use symbolic variables to dynamically provide input for Jenkins projects.
Types of symbolic variables
Type | Description |
---|---|
Parameter-based variables | These variables are in ${variable} format. SQL Assurance replaces these variables with the default or user-defined value of the corresponding parameter. To use parameter-based variables, you must select the This project is parameterized check box in the General tab when configuring the project. |
Field-based variables | These variables are in ${variable} format. SQL Assurance replaces these variables with the value of the corresponding fields. |
Plug-in variables file-based variables | These variables are in #variable# format. SQL Assurance replaces these variables with the value of the the corresponding variable in the plug-in variables file. |
Related topic