On Thu, Feb 16, 2017 at 2:53 PM, sohl <[email protected]> wrote: > The plugin uses a standard method to set the variable by implementing > "EnvironmentContributingAction.buildEnvVars"
This interface is not currently compatible with Pipeline I am afraid. Anyway where steps should provide information to other steps in the build, it is better to implement `Step` directly (rather than `SimpleBuildStep`), and have a non-void return value. -- 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/CANfRfr0vHN12%3DQW-WfiqPS7OTgsX0nZCB41Qa3awBb0jWLyNUw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
