On Wed, Jun 5, 2019 at 1:12 PM Jeff Pearce <[email protected]> wrote: > Assuming you have the current build project, It might be included in > build.getParent().getProperties() > https://javadoc.jenkins.io/hudson/model/Job.html#getProperties--
No, `Job.properties` is unrelated. From: 'Jordan Vogel' via Jenkins Developers <[email protected]> > I have tried System.getEnv(EnvVar), and System.getProperty(EnvVar) both to no > avail No, these are things set on the Jenkins JVM, nothing to do with build variables. You want to get access to an `EnvVars` object. Depending on what exactly you are doing, this might be passed in as a parameter to a method you implement, etc. Your original description > have some settings changes is too vague to help with, I am afraid. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3UWJkB1RWcD%2B8Y8RbwStkeDAPUDwuwF68W_pvv4WEbNQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
