Created
April 4, 2018 11:40
-
-
Save dbt4u/faacc3eab51f23e02c1b5ca50e3162c1 to your computer and use it in GitHub Desktop.
Jenkins Groovy to print all env-variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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