Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active July 3, 2020 11:12
Embed
What would you like to do?
EnvVars envVars = new EnvVars();
** Assign it to the build environment.
envVars = build.getEnvironment(listener);
** Put the values which you wanted to expose as environment variable.
envVars.put("offer", getOffer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment