-
New Feature
-
Resolution: Fixed
-
Minor
It would be useful and natural to be able to use env.NODE_NAME inside a node.
Currently. the following code results in null:
node('myNode') { echo "My name is ${env.NODE_NAME}" }
Perhaps ExecutorStepExecution should define NODE_NAME for use by steps inside node.
- is blocking
-
JENKINS-27145 Advertise available environment variables
-
- Resolved
-
- is related to
-
JENKINS-28182 Revisit use of $JENKINS_SERVER_COOKIE and Launcher.kill
-
- Resolved
-
-
JENKINS-31391 Environment variable EXECUTOR_NUMBER should be usable inside node{} block
-
- Closed
-
[JENKINS-28131] Pass NODE_NAME into node{}
Link |
New:
This issue is blocking |
Link |
New:
This issue is related to |
Description |
Original:
It would be useful and natural to be able to use env.NODE_NAME inside a node{}. Currently. the following code results in null: node('myNode') { echo "My name is ${env.NODE_NAME}" } Perhaps ExecutorStepExecution should define NODE_NAME for use by steps inside node {}. |
New:
It would be useful and natural to be able to use {{env.NODE_NAME}} inside a {{node}}. Currently. the following code results in null: {code} node('myNode') { echo "My name is ${env.NODE_NAME}" } {code} Perhaps {{ExecutorStepExecution}} should define {{NODE_NAME}} for use by steps inside {{node}}. |
Assignee | Original: Jesse Glick [ jglick ] | New: Manuel Recena Soto [ recena ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 162845 ] | New: JNJira + In-Review [ 197052 ] |