-
Improvement
-
Resolution: Unresolved
-
Critical
-
None
Support adding to message env from withEnv like that:
node('agentName') { withEnv(['EMR_VERSION=123']) { logstash { currentBuild.result = 'SUCCESS' echo 'Message' } } } }
Support adding to message env from withEnv like that:
node('agentName') { withEnv(['EMR_VERSION=123']) { logstash { currentBuild.result = 'SUCCESS' echo 'Message' } } } }