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.
 
Michael f8fb721c39
Update README.md
4 years ago
.github Initial commit 4 years ago
.gitignore Initial commit 4 years ago
CONTRIBUTING.md Initial commit 4 years ago
LICENSE Initial commit 4 years ago
NOTICE Initial commit 4 years ago
README.md Update README.md 4 years ago

README.md

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