Use parameters and environment variables in your Jenkins jobs
If you are running Jenkins on a Windows system, use variables with this format:
%VARIABLE_NAME%
If you are running Jenkins on MacOS, Linux, or Docker, use variables with this format:
$VARIABLE_NAME