...
Location |
|
|
| ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
URL Format |
|
|
| ||||||||||||||||||
Contents | The
| Node variable values are names of
| Global credentials values are the actual (potentially encrypted) values used at runtime. | ||||||||||||||||||
Example |
Environment and Local Variables
...
This Jenkinsfile contains a reference to a variable ${env.MCIPASSWORD}
...
Node Variable
The Jenkinsfile reference ${env.MCIPASSWORD}
is points to an environment variable which is one of the properties of a Jenkins Agent (sometimes referred to as a Jenkins Node) using used to execute the relevant pipeline stage(s):
...