Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-68881

Support getting env from withEnv step

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Critical Critical
    • logstash-plugin
    • None

      Support adding to message env from withEnv like that:

      node('agentName') {
         withEnv(['EMR_VERSION=123']) {
             logstash {
                 currentBuild.result = 'SUCCESS'
                 echo 'Message'
             }
          }
        }
      }
      

            jbochenski Jakub Bochenski
            igreenfield Izek Greenfield
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: