Skip to content

Instantly share code, notes, and snippets.

@CodeFreezr
Created April 4, 2018 11:40
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save CodeFreezr/faacc3eab51f23e02c1b5ca50e3162c1 to your computer and use it in GitHub Desktop.
Save CodeFreezr/faacc3eab51f23e02c1b5ca50e3162c1 to your computer and use it in GitHub Desktop.
Jenkins Groovy to print all env-variables
def env = System.getenv()
env.each{
println it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment