You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

389 B

Learning Jenkins, 03-04: Parameters and environment variables

Use parameters and environment variables in your Jenkins jobs

WINDOWS SYSTEMS

If you are running Jenkins on a Windows system, use variables with this format:

%VARIABLE_NAME%

MacOS, Linux, and Docker

If you are running Jenkins on MacOS, Linux, or Docker, use variables with this format:

$VARIABLE_NAME